body {
	padding: 7px;
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #333333;
}

a {
	color: #fa037f;
}

p {
}

h2 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.clear{
clear:both;}

input.search_terms {
	background-color: #e9eae0;
	margin-right: 50px;
	margin-bottom: 15px;
}

#submit_search{
margin-left:5px;}

#container {
	border: 6px solid #fa037f;
	min-height: 200px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 75px;
}

#header #logo {
	padding-top: 12px;
	padding-left: 13px;
}

#header #logo img {
	position: relative;
	top: 2px;
}

#header #topright_nav {
	text-align: right;
	margin-top: -57px;
	padding-right: 25px;
	color: #000066;
	font-weight: bold;
}

#breadcrumb {
	color: #fa037f;
/*	padding-top: 100px; */
}

#header #my_profile a {
	color: #000066;
}

#menubar {
	height: 20px;
	background-color: #fa037f;
}

#content {
	min-height: 300px;
	height:auto !important;
	height:300px;
	width: 946px;
	margin: 6px;
	border: 6px solid #cfd3be;
}

#divider {
	background:url(../images/background_divider.png) repeat-y;
	min-height:427px;
	height:auto !important;
	height:427px;}

#menubar_profile {
	height: 20px;
	background-color: #cfd3be;
	margin: 10px 6px 0px 6px;
}

#content_profile {
	min-height: 200px;
	width: 946px;
	margin: 0 6px 6px 6px;
	border: 6px solid #cfd3be;
}

#left_container {
	float: left;
	width: 615px;
	padding: 0;
	margin: 0;
	/*border-right: 6px solid #cfd3be;*/
}

#left {
	float: left;
}

.article {
	margin: 30px 5px 30px 17px;
}

#left .article img.bigpic {
	border: 6px solid #cfd3be;
}


#right {
	float: right;
	width: 325px;
	padding-bottom:20px;
}

#right .box {
	border-bottom: 6px solid #cfd3be;
}

#right .inside {
	margin: 10px 30px 10px 30px;
}

.searchCheckbox {
	position: relative;
	left: -4px;
}

#right #col1 {
	float: left;
	width: 50%;
}

#right #col2 {
	float: right;
	width: 50%;
}

#pagination {
	text-align: center;
}

#pagination a.selected {
	color: #fa037f;
}

#pagination a {
	color: black;
}

#pagination img {
	position: relative;
	top: 7px;
}

#footer {
	clear:both;
	text-align: center;
	border-top: 6px solid #fa037f;
}

#footer p {
	font-size: 11px;
	margin: 10px 10px 10px 10px;
}


table.priceTable {
	width: 490px;
	margin-top: 20px;
	border-collapse: collapse;
	font-size: 11px;
}

th {
	font-size: 16px;
	border-right: none;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 4px 6px 4px;
	text-align: center;
}


th a {
	font-size: 12px;
	color: white;
	float: right;
}

td.imageSize {
	border-left: 1px solid #C1DAD7;
	width: 95px;
	text-align: left;
}

.thumb {
	float: left;
		display:inline;
		width: 140px;
	height: 140px;
	text-align: center;
	padding-right: 5px;
}

.thumb img {
	border: solid 4px #cfd3be;
}

.thumb img.button {
	border: 0;
}

.thumb p {
	margin-top: 10px;
}

#images .thumb {
height:270px;
margin-top:25px;
margin-left:25px;
display:inline;
width:auto;
text-align:left;}

/* ---------------------user invoices page--------------*/
hr {
/*  border: 0; crashes pdf translator */
  color: #cfd3be;
	background-color: #cfd3be;
	height: 2px;

}


#invoices {
width:60%;
margin:5px;
}

#invoices th, #invoices td{
text-align:left;
color:#000;
border:solid 1px #cfd3be;
padding-left:12px;
}

#invoices th{
background:#fff;
color:#FA037F;}

.odd {
  background: #f1f2eb;
}

.pinktext{
color:#FA037F;}

#page_navigation td{border: none;}

td.caption {
background:#cfd3be;
color:#000;
font-size:16px;
font-weight:800;
padding:5px 0px 5px 12px;
text-align:left;
}

/* --------------------------  invoice   ------------------------------ */

table.invoice_details {
margin:10px;}

table.invoice_details td, table.invoice_details th{
margin:0px;
padding:0px;
text-align:left;
background:#FFFFFF;
color:#000;
border:none;
vertical-align:top;
font-size: 12px;
font-weight:normal;
width:200px;

}

table.invoice_details td, table.invoice_details td{
text-align:left;
background:#FFFFFF;
border:none;
vertical-align:top;
width:249px;
}

#invoice_details_2 td, #invoice_details_2 th{
vertical-align:middle;
}

#invoice_details_2 img{ padding:3px;
border:solid 1px #e5e7d8;
margin:5px;
}

a.invoice_buttons{margin-left:10px;}

/* --------------------------    ------------------------------ */

/*------------------------- forms------------------------*/

label {
	margin:5px;
	width:256px;
	display:block;
	float:left;
	font-weight: bold;
}

input {
	color:#FA037F;
	margin:5px;
}

input.text {
	width:327px;	
}

div.required {
	clear:both;
	margin-top: 10px;
}

.error {
	color: red;
	font-weight: normal;
}


input.checkbox {
	width:25px;
	border:0px;
}

/*Right search box*/

input.search_terms {
	width:260px;
	margin-right:0px;
}

input.submit_search {
	width:40px;
	border:none;
}

input.submit_button {
	width:auto;
	border:none;
	margin-left:275px;
}

input.mini_submit_button {
	border:none;
	vertical-align: baseline;
	padding: 0 0 0 0;
}





#my_profile{
	background-color: #CFD3BE;
	height:26px;
	}	
	
#nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
		
#nav li{
	padding: 0;
	margin: 0;
	display: inline;
	}

#nav li a{
	float: left;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color: #fff;
	border-right: 6px solid #CFD3BE;
	background-color:#656262; 
	text-decoration: none;
	width:120px;
	height:20px;
	text-align:center;
	text-transform:uppercase;
	line-height:20px;
	
	vertical-align:middle;}
	
	#nav li a.current{
	background-color:#cfd3be;
	color:#656262; 
	}

#nav li a:hover{
	color:#656262; 
	border-right: 6px solid #cfd3be;
	background-color: #cfd3be;
	}


#nav li#active a{background-color: #cfd3be;}


#nav li#inactive a{ background-color:#CFD3BE;/* #00a0c6 */
}
#nav li#inactive a:hover{ background-color: #cfd3be }

#nav li a.nav_currentnav{background-color: #cfd3be }


/* login */

#login_register td{border:solid 1px #CFD3BE;}

#register { float:right; width:467px;}
#login {/*float:left; border-right:solid 6px #CFD3BE; width:50%; */height:350px; }
#login p, #register p{margin-left:10px;}
label.login{
width:85px;
	background-color:#CFD3BE;
	font-family:"Trebuchet MS";
	padding: 5px;
	text-align:right;
	height:19px;

}
	
input.login{
width:250px;


}

.padding{padding:5px;}

h2.login{
background:#cfd3be;
color:#000;
font-size:16px;
font-weight:800;
padding:5px 0px 5px 12px;
text-align:left;
margin:0px;
}


#login  input.submit_button, #register  input.submit_button{
margin-left:110px;}

.errortext{
color:#FF0000;}

/* shopping basket */

#submit_buy, .margin25, #submit_backtosearch{
margin-left:25px; display:inline;}
	

textarea {
  overflow: auto;
  margin: 5px 5px 5px 5px;
}

#contact_form label {
	width: 100px;
}
