/*** Body Definitions ***/

/*************************** Changing Styles **************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	font-size:12px;
	margin-top: 20px;
	background: url(images/light/bg.gif) repeat;
}

#menu{
	width:990px;
	height:35px;
	background-image:url(images/light/menu-bg.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#member-login p a{
	font-weight:bold;
	color:#3cd3fe;
}

#search {
	width:180px;
	height:auto;
	background-color: #e4e4e4;
	margin-bottom:10px;
}

.product-menu li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	color: #000000;
	background-color: #e4e4e4;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 5px;
}

.product-menu li a{
	 color:#000000;
	 text-decoration: none;
}


ul.sub li a{
	color: #000000;	
}

/************************************************************************/

*{
	margin:0; 
	padding:0; 
}


/******************** Heading Styles *************************/

h1 { 
	font-family: Arial, sans-serif;
	font-size: 16px; 
	color: #003399;
	text-align:left; 
	margin-bottom:15px;
	/*border-bottom:1px solid #CC0000;*/
	padding-bottom:5px;
}

h1 span{
	font-size:22px;
	font-weight:bold;
}

h1 a{ 
	color: #3366CC;
	text-decoration:none;
}
h1 a:hover{ 
	color: #3366CC; 
	text-decoration:underline;
}

h2 { 
	clear:both;
	font-size: 14px; 
	color: #3366CC;
	margin-top:10px; 
	margin-bottom:10px;
	padding-bottom:5px;
}

h2.product-h2{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

h2 a{ 
	color: #3366CC;
	text-decoration:none;
}
h2 a:hover{ 
	color: #3366CC; 
	text-decoration:underline;
}

h3 { 
	font-size: 14px; 
	color: #3366CC;
	background-color: #e6edf9;
	font-weight:bold;
	line-height:2.2em;
	padding-left:10px;
	clear:both;
	border-bottom:1px solid #cad6e8;
}

h3 a{ 
	color: #3366CC;
	text-decoration:none;
}

h3 a:hover{ 
	color: #3366CC; 
	text-decoration:underline;
}

h4, h4 a 
{
	float:left;
	clear:both;
	font-size: 13px; 
	width:100%;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	margin-bottom:10px;
	padding:6px;
	background-color: #cadce4;
	/*background: #cadce4 url("/images/dash.gif") no-repeat 99%;*/
	
}

h4 a:hover{
	text-decoration:underline;
} 

/*** Paragraph Styles ***/

p, textarea {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	margin-bottom:10px;
	color: #333333;
	line-height:1.4em;
	font-size:11px;
}

p a{ 
	color:#3399cc; 
	text-decoration:none;
}

p a:hover{ 
	color: #3399cc; 
	text-decoration:underline;
}

p a img{ border:none;}

#content input, #content select, textarea{
	color: #666666; 
	font-size:12px;
}

.right-ads{
	border:1px solid #cad6e8;
	margin-bottom:10px;
}

p.intro{
	font-size:14px;
}


/******************** tables ************************/

td{
	color: #666666; 
	font-size:12px;
	padding:5px;
}

tr.bg{
	background-color:#c0d5eb;
}

td a{
	text-decoration:none;
	color:#3399cc; 
}
	
td a:hover{ 
	color: #3399cc; 
	text-decoration:underline;
}



/*** Website wrapper Div ***/

#wrapper{
	width:990px;
	min-height:400px;
	background-color:#ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container{
	float:left;
	background:#FFFFFF;
	width:990px;
	margin-top:8px;
}

/*** Website Heading ***/

#header{
	width:990px;
	/*height:108px;*/
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*background-image: url(images/red/acss-header.jpg);
	background-repeat: repeat-x;*/
}

/*** Horizontal Menu Style with Rollover ***/


#menu ul{ 
	float:left;
	display: inline; 
	list-style-type: none;
}

#menu ul li{
	float:left;
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:3.1em;
	height:33px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #313132;
}

#menu ul li a{ 
	float:left;
	color:#FFFFFF; 
	display: block; 
	text-decoration:none;
	border-right:1px solid #94b0cb;
	border:0;
	padding-left:10px;
	padding-right:10px;
}

#menu ul li a span{
	vertical-align:middle;
} 

#menu ul li a:hover{
	float:left;
	color: #FFFFFF;
	background-image: url(images/menu-bg-hover.gif);
	background-repeat: repeat-x;
}

#member-login{
	width:200px;
	height:35px;
	float: right;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
	padding-right: 10px;
}

#member-login p{
	line-height:3.0em;
	font-size:11px;
	vertical-align:middle;
	margin-left:10px;
	color: #33CCFF;
	font-family: Arial, Helvetica, sans-serif;
}

.login{
	vertical-align:middle;
	border:0;
	margin-top:-3px;
}

.incorrect-login{
	margin-left: 150px;
	color:Red;
}

#lhs{
	float:left;
	width:190px;
	padding:0px;
	background:#FFFFFF;
	margin-left:10px;
	margin-top: 2px;
}

#searchtitle {
	width:181px;
	height:28px;
}

#searchfield, .searchfield {
	width:169px;
	height:auto;
	padding:5px 0 0 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a3b8c0;
	border-left-color: #a3b8c0;
	margin:0;
}

#searchbottom {
	width:181px;
	height:9px;
	background-image:url(images/search-curved-bottom.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin:0;
	padding:0;
}

/****************product menu ****************/

.product-menu {
	/*margin:5px 5px 5px 10px;*/
	margin:0;
	list-style:none;
	width:179px;
	height:auto;
}

ul.product-menu
{
	margin:0;
	padding:0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a3b8c0;
	border-left-color: #a3b8c0;
}

.product-menu img
{
	margin:0;
	padding:0;
}

.product-menu li img {
	border:none;
	margin:0 0 0 2px;
	padding:0 2px 0 0;
}

ul.sub {
	margin:0 0 0px 15px;
	list-style:none;
}

ul.sub li{
	border:none;
}

#manmen, #catmen {
	float:left;
	margin:0;
}

#manmen:hover, #catmen:hover {
	cursor:pointer;
}

#catmen {
	margin-right:-1px;
}


/********end product menu ****************/


#categories, .categories {
	width:181px;
	height:auto;
}

#categories p, #catagories p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	color: #333333;
	background-color: #cadce4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a3b8c0;
	border-left-color: #a3b8c0;
	margin-bottom: 1px;
	padding-left: 5px;
}

#categories a {
	color: #333333;
	text-decoration: none;
	background-color: #cadce4;
	display:block;
}

#categories a:hover {
	text-decoration: none;
	background-color: #bbd2db;
	display:block;
}

#categoriesfooter {
	width:181px;
	height:10px;
	margin-bottom:10px;
}

#producttitles {
	width:181px;
	height:25px;
}

#category {
	width:72px;
	height:25px;
	float:left;
}

#manufacturer {
	width:109px;
	height:25px;
	float:left;
}

#newsletter {
	width:180px;
	height:auto;
	background-color: #dbdce0;
	margin-bottom:10px;
}

#newslettertitle {
	width:181px;
	height:26px;
}

#newsletterfield {
	width:159px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a3b8c0;
	border-left-color: #a3b8c0;
}

#newsletterbottom {
	width:181px;
	height:9px;
}

#thawte {
	width:181px;
	height:40px;
	text-align:center;
	float:left;
}

.button {
	margin-top:8px;
}

#rhs{
	float:right;
	width:207px;
	padding:0px;
	background:#FFFFFF;
	margin-right:10px;
	text-align: center;
	margin-top: 2px;
}

#basket 
{
	width:207px;
	height:auto;
	border-left:1px solid #d7bbbb;
	border-right:1px solid #d7bbbb;
}

#baskettitle {
	width:207px;
	height:28px;
	background-color:#8E0000;
}

#baskettitle a img {
	border:none;

}

#basketcontents {
	width:187px;
	height:auto;
	padding: 0 10px 0 10px;
	margin:0;
	text-align:left;

}

#basketcontents p
{
	line-height:12px;
}

#basketcontents p a {
	height:auto;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin:0;
	padding:0;
	line-height:15px;
}

#basketcontents a:hover {
	color: #990000;
	text-decoration:none;
}

#basketcurve {
	width:209px;
	height:10px;
	float:left;
	margin: -10px 0 10px 0;
}

/*********************  Main Content *************************/

#content, .content {
	float:left;
	background: #ffffff;
	width: 550px;
	margin-left:0px;
	padding-left:1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#content ul, .content ul{
	margin-bottom:10px;
}

#content ul li, #content ol li, .content li{
	color:#666666;
}

#index-titles {
	width:550px;
	height:auto;
	padding-right:10px;
	margin-bottom: 10px;
}

#index-titles a img
{
	border:none;
}

#bestsellers {
	width:275px;
	height:auto;
	float:left;
	margin-right: 10px;
}

#featureditems {
	width:260px;
	height:auto;
	float:left;
}

#products {
	width:562px;
	height:auto;
	margin-bottom: 16px;
}
.greystrike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: line-through;
}
.blueprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}

#productleft {
	width:263px;
	height:auto;
	background-color:#FFFFFF;
	float: left;
	margin-right: 12px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.productimage {
	width:auto;
	height:auto;
	float:left;
	margin-right:14px;
}

#productinfo {
	width:135px;
	height:auto;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#productright {
	width:263px;
	height:auto;
	background-color:#FFFFFF;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#featuredcase
{
	float:left;
	width:100%;
	overflow:hidden;
}

.best-sellers
{
	float:left;
	width:580px;
	padding:0;
	position: relative;
	margin:0;
	z-index:200;
	background: url(images/heading-bg.gif) no-repeat 0% 0%;
}

.best-sellers h1
{
	font-size:13px;
	font-weight:bold;
	margin: 6px 10px;
	color:#FFFFFF;
	z-index:200;
}

.best-sellers-bottom
{
	background: #FFFFFF url(images/feature-bottom.gif) no-repeat left;
}

.prodcell
{
	margin:0;
	text-align:center;
	/*background: #FFFFFF url(images/side.png) repeat-y top right;*/
	border: dashed 1px #CCCCCC;
	border-top: none;
	width:192px;
}

.sim-prod-img img	
{
	margin:0 auto 0 auto;
	position:absolute;
	bottom:4px;
	left:15px;
	text-align:center;
	vertical-align: baseline;
	max-height:200px;
}

.sim-prod-img
{
	position:relative;
	vertical-align:middle;
	margin: 0 auto;
	height:205px;
}

.sim-prod-desc
{
	text-align:left;
}

.sim-prod-head
{
	height:44px;
}

.sim-prod-head h2 a
{
	font-size:12px;
	color: #003399;
	margin-left:3px;
	margin-bottom:5px;
	padding:0;
	text-indent:0;
	text-align:left;
	text-decoration:none;
	float:left;
	clear:both;
}

.sim-prod-head h2 a:hover
{
	text-decoration:none;
}

.sim-prod-desc p
{
	padding-left:3px;
}

.greenstock
{
	color: #229000;
	font-weight:bold;
}

.redstock
{
	color: #cf0000;
	font-weight:bold;
}

.featuretable{
	margin:-5px 0 -10px 0;
	width:562px;
	padding:0;
	border-collapse:collapse;
	border: solid 1px #CCCCCC;
	border-top: none;
	z-index:1;
}

.toprow
{
	float:left;
	width:97%;
	margin:10px 0 2px 0;
}

.toprow h1
{
	color:#000000;
	font-size:12px;
	font-weight:bolder;
	float:left;
}

.toprow span
{
	font-size:11px;
	margin-left:7px;
}

.toprow p
{
	float:right;
}

.displayparam
{
	float:left; 
	clear:both;
	width:350px;
	color:#929292;
	font-weight:bold;
	margin::0;
	padding:0;
}

.dropdown
{
	margin-right:20px;
}

.moveup
{
	float:left;
	clear:both;
	margin:-35px 0;
}

.product-description
{
	float:left;
	margin:0;
	padding:0 6px 6px 0px;
	margin:0 0 10px 0;
	color:#000000;
}

.product-description ul
{
	position:relative;
	margin: 0 10px;
	list-style: disc;
	padding:0 10px;
	list-style-position: outside;
}

.product-description ul li
{
	text-indent:5px;
	padding:0;
	margin:0;
}

.product-description h3
{
	background-color: White;
	border:none;
	line-height:18px;
	margin:0;
	padding:0;
}

.product-description a img
{
	float:left;
	margin:0;
	padding:0;
	border:none;
	clear:both;
}

.headerrow
{
	background: #cadce4;
	font-weight:bold;
}

.headerrow th
{
	padding:5px;
	border-bottom:9px solid #FFFFFF;
}

.product-datagrid-row
{
	background: url('images/dot.gif') repeat-x bottom left;
}

.pager
{
	width:220px;
}

.list-price
{
	font-size:11px;
	font-weight:bold;
	color:#dc5d00;
}

.list-price2
{
	font-size:16px;
	font-weight:bold;
	color:#dc5d00;
}

.buy-now-button
{
	margin:8px 0 8px 0;
	border:none;
}

.product-purchase
{
	position: relative;
	float:left;
	margin-top:-8px 0 0 0;
	padding:0;
}

.desc
{
	line-height:2px;
}

.footer-row p
{
	color:#929292;
}

.contactdetails{

	clear:both;
	width:500px;
	margin: 0 0 20px 10px;
}

.contactdetails p{
	line-height: 20px;
	color:#666666;
	font-size:12px;
}

/********************/
.topcase
{
	float:left;
	width:98%;
	clear:both;
}
.main-product-image
{
	float:left;
	width:230px;
	padding:10px 0 10px 0;
	margin:0 5px 5px 5px;
	border:1px solid #CCCCCC;
}

.main-product-image img
{
	display: block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	max-width:210px;
}

.featurecontent
{
	float:left;
	padding:5px;
	margin: 0 10px;
	width:265px;
}
.featurecontent h1
{ 
	margin-bottom:3px;	
}

.featurecontent p
{
	line-height:14px;
	margin:0;
	padding:0;
}

.featurecontent a img
{
	border:none;
}

.bigprice
{
	color:#dc5d00;
	font-size:18px;
	
}

.buy-now
{
	float:left;
	margin:0;
}

.quantity input
{
	float:left;
	margin:2px 7px 0 0;
}

.rating
{
	float:left; 
	margin:0 0 10px 3px; 
	clear:right;
}

/*************** Comparitor Page ****************/

#comparitor1{
	width:310px;
	float:left;
	margin-right: 20px;
}

.comparitor2{
	border-left:1px solid #cccccc;
	width:310px;
	float:left;
	padding-left: 20px;
}

.comparitor-description{
	min-height: 60px;
}

.comparitor-image-div{
	min-height: 240px;
	height: auto;
}

.comparitor-product-image{
	border:1px solid #cccccc;
	padding:10px;
	
}
.spec-tabs li{
	margin-left:15px;
}

.product-image
{
	float:left;
	width:70px;
}

.product-image a img
{
	border: none;
	padding:2px;
}

.speccase
{
	float:left;
	clear:both;
	width:96%;
}

/************** Member Profiles **************/

.profile-picture-box{
	float:right;
	padding-left:5px;
	background-color:#FFFFFF;
	width:90px;
}

.profile-picture{
	float:right;
	padding:5px;
	border:1px solid #cccccc;
}

.added-pictures{
	float:left;
	padding:5px;
	border:1px solid #cccccc;
	margin-right:10px;
	margin-bottom:10px;
}

.input{
	height:20px;
	margin-bottom:10px;
}

.tagline{
	height:20px;
	color:#888888;
	font-size:14px;
}

.tagline-gap{
	height:20px;
	color:#CCCCCC;
	font-size:14px;
	margin-bottom:10px;
}

.terms{
	font-size:11px;
}

.tip{
	font-size:11px;
	color:#999999;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.bottommargin
{
	margin-bottom:20px;
}


/************** Website Footer **************/

#footer {
	clear:both;
	width:990px;
	height:auto;
	margin-top: 10px;
	margin-right: auto;
	padding-bottom: 20px;
	margin-left: auto;
}	

#footerleft {
	width:600px;
	height:auto;
	float:left;
}

#footerright {
	width:325px;
	height:auto;
	float:right;
	text-align:right;
}

#footercurve {
	width:990px;
	height:13px;
}

#footer p{
	color: #858484;
	text-decoration:none;
	font-size: 11px;
}

#footer a{
	color: #858484;
	text-decoration:none;
	font-size: 11px;
}

#footer a:hover{
	color: #00CCFF;
	text-decoration:none;
}
