@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

#wrapper {
	width: 960px;
	margin: 20px auto;
}

a, img {
	border: 0px;
	color: #222222;
}

a:hover {
	color:#666666;
}

.clear {
	width: 100%;
	height:0px;
	margin:0px;
	padding:0px;
	clear:both;
	line-height:0px;
}

h1 {
	font-size: 30px;
	color:#333333;
	text-transform:uppercase;
}

h1 a {
	text-decoration:none;
	color:#333333;
}

h1 a:hover {
	color:#666666;
}

#related h1 {
	color:#ff0099;
}

#product_text h1 {
	text-transform:capitalize;
} 

/** HEADER **/

#header {
  height: 89px;
	width: 960px;
	margin-bottom: 1px;
	font-size:12px;
	position: relative;
}

#header img {
	float:left;
}

#header #search {	
	float: right;
	display: inline;
	padding-top:21px;
}

#header #search form {
	display: inline;
}

#header #search #search2 {
	width: 200px;
	height:13px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #3F3F3F;
	background: #F8F8F8;
	float:left;
}

#header #search input[type=image] {
	padding:0px 0px 0px 5px;
}

#header #basket {
	padding: 17px 0px 0px 0px;
	position:absolute;
	right: 300px;
	text-align:right;
	color:#333333;
	float:left;
	line-height:34px;
}

#header #basket a {
	color: #999999;
	text-decoration:underline;
}

#header #basket a:hover {
	color:#666666;
}

#basketicon {
	padding: 0px 5px 0px 0px;
	float:right;
}

#headernav {
	height:35px; 
	width:100%;
	background-color: #222222;
}

#headernav table {
	padding: 10px 0px;
	height:15px;
	width:100%;
	margin:0px;
	border:none;
}

#headernav table td {
	text-align:center;
	padding: 0px 30px;
}

#headernav a {
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}	

#headernav a:hover {
	color:#999999;
}	

.breadcrumbs {
	color: #666666;	
	width: 100%;
	clear:both;
	font-size: 13px;
}

.breadcrumbs a {
	color: #666666;
	text-decoration:none;
	display:inline-block;
	padding-right:10px;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

a:link.backlink {
	color: #288EA4;
	text-decoration:underline;
	display:inline-block;
	padding-right:10px;
	cursor:pointer;
}

a:hover.backlink {
	color: #666666;
	text-decoration: none;
}

/** HOME PAGE **/

#home_banners {
  background-color: #FFFFFF;
	margin: 1px 0px;
}

#home_banners p {
	margin:0px;
	padding:0px;
}

/*** LEFTSIDE ***/

#leftside {
	width: 200px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding:25px 0px;
	margin:0px 0px 10px 0px;
	float:left;
}

#leftside li {
	list-style-type:none;
	padding: 0px;
	margin:0px;
}

#leftside li a {
	font-size:13px;
	color:#666666;
	text-decoration:none;
	line-height:24px;
}

#leftside li a:hover {
	text-decoration: underline;
}

/** LIST PAGE **/

.paging {
	width: 740px;
	float:right;
	display:inline;
	margin: 3px 0px 10px 10px;
}

.count {
	color: #666666;
	text-decoration:none;
	width: 400px;
	float:left;
	margin-left: 10px;
}

.sort {
	color: #666666;
	text-decoration:none;
	width: 300px;
	margin-right:10px;
	float:right;
	text-align:right;
}

.count .show{
	color: #666666;
	text-decoration:none;
	cursor:pointer;
}

.count a {
	background-color: #F6F6F6;
	border: 1px solid #DEDEDE;
	padding: 3px 6px;
	color: #666666;
	text-decoration:none;
}

.count a:hover {
	background-color: #F6F6F6;
	border: 1px solid #666666;
	color: #333333;
}

#list {
	width: 740px;
	float:right;
	display:inline;
	margin-left:20px;
	margin-bottom:20px;
}

#list.listpage {
	margin-top:20px;
}	

#list .product {
	width: 175px;
	height: 250px;
	margin-left:10px;
	float:left;
	text-align:center;
	color: #222222;
	font-size:12px;
	line-height:18px;
}

#list .product .thumb {
	border: 1px solid #E5E5E5;
	margin-bottom:5px;
}

#list .product .thumb:hover  {
	border: 1px solid #CCCCCC;
	margin-bottom:5px;
}

#list .product a {
	color: #222222;
	text-decoration:none;
}

#list .product a:hover {
	text-decoration:underline;
}

/** INFO PAGE **/

#info_page {
background-color: #FFFFFF;
	padding: 10px 200px 20px 20px;
	width:740px;
}

#info_page h1 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #666666;
font-size: 25px;
font-weight:normal;
}

#info_page #count {
	color: #666666;
	text-decoration:none;
	width: 50%;
	float:left;
}

#info_page #sort {
	color: #666666;
	text-decoration:none;
	width: 450px;
	margin-right:10px;
	float:right;
	text-align:right;
}

#info_page #count #show{
	color: #666666;
	text-decoration:none;
	cursor:pointer;
}

#info_page #count a, #info_page #sort a {
font-size: 12px;
background-color: #E5E5E5;
border: 1px solid #cccccc;
padding: 3px;
color: #666666;
text-decoration:none;
}

#info_page #count a:hover, #info_page #sort a:hover {
font-size: 12px;
background-color: #206F80;
border: 1px solid #1D6574;
padding: 3px;
color: #ffffff;
text-decoration:none;
}

#info_page .label {
	padding:6px 0px 0px 10px;
}

#info_page .product {
	height: 220px;
	width: 160px;
	float:left;
	padding: 10px;
	overflow: hidden;
}

#info_page .product h2 {
	font-size:12px;
	text-decoration:none;
	clear:both;
	display:block;
	font-weight:normal;
	height:45px;
	margin:0px 4px;
}

#info_page .product h3 {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	clear:both;
	margin:0px 4px;
}

#info_page .thumb {
	margin: 6px 1px;
	border: 1px solid #FFFFFF;
	float:left;	
}

#info_page .thumb:hover {
	border:1px solid #cccccc;
}

#info_page a {
	color: #666666;
	text-decoration:none;
}

#info_page td {
	color: #666666;
}

#info_page td b {
	color: #206F80;
}

#info_page a:hover {
	color: #666666;
}

.checkout input[type=text] {	
	padding: 3px 2px;
	border: 1px solid #DDDDDD;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #3F3F3F;
	background: #F8F8F8;
	height: 14px;
	margin-bottom:3px;
}

.checkout select {
	height: 22px;
	padding:2px 0px;
	margin: 2px 0px;
	border: 1px solid #DDDDDD;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #3F3F3F;
	background: #F8F8F8;
	margin-bottom:3px;
}

.checkout tr {
	height: 22px;
	vertical-align:middle;
}

.checkout td {
	color:#666666;
}

.checkout td b {
	color:#206F80;
	font-size: 16px;
}
/** DETAIL PAGE **/

#product {
	float: right;
	width:735px;
	padding-top:10px;
	border-top: 1px dotted #999999;
}

#product_img {
	width: 400px;
	height: 400px;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	padding-right:20px;
}
#product_image {
	width: 400px;
}

#product_img .zoomimage {
	margin-top: 5px;
}

#product_text {
	width: 306px;
	float:right;
	margin-top:20px;
}

#product_text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:40px;
	color:#222222;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 30px 0px;
}

#product_text h2 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color:#222222;
	font-size: 20px;
	font-weight:normal;
	display: inline;
	margin: 2px;
	padding: 2px;
} 

#product_text h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin:0px;
} 

#product_text input[type=image] {
	padding-top:10px;
}

#product_text #product_form {
	padding-top: 60px;
}
#product_form .options {
	width: 180px;
}
#product_form form {
	position: relative;
}
#product_form .quantity {
	width: 70px;
}
#product_form .colour_chart {
	position:absolute;
	right:20px;
	top:5px;
}

#product_text select {
	border: 1px solid #CCCCCC;
	color: #333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	height:27px;
	padding:4px;
	margin-bottom:10px;
}

.description {
	font-size:12px;
	padding: 30px 0px;
	border-bottom: 1px dotted #999999;
}

/** FOOTER **/

#footer {
	background-color: #222222;
	padding: 30px 30px 40px 30px;
	width:900px;
	font-size: 11px;
	line-height:17px;
}

#footer ul {
	width: 130px;
	color: #CCCCCC;
	margin:0px;
	padding:0px;
	float: left;
}

#footer ul li {
	height: 20px;
	list-style-type: none;
}

#footer ul li a {
	text-decoration:none;
	color: #999999;
}

#footer ul li a:hover {
	text-decoration:underline;
}

#footer p {
	margin:0px;
	float: left;
	width:220px;
	display:block;
	color: #CCCCCC;
	line-height:17px;
	text-align:right;
}

#footer p a {
	color:#999999;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer .mailing {
	float: left;
	width:260px;
	display:block;
	margin-right:30px;
	color: #CCCCCC;
}

#footer form {
	float: left;
	display: inline;
	margin:10px 0px;
}

#footer input[type=text] {
	width: 160px;
	height:13px;
	padding:5px;
	border: 1px solid #333333;
	background:#000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	float:left;
}

#footer input[type=image] {
	padding:0px 0px 0px 5px;
}

