/*

Orange:		#F6BD25
Blue:	 	#716C75
light grey: 	

*/


/* html entities*/
* {
	padding:0;
	margin:0;

}
html, body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color: #EEE;
	margin-top: 2px;
	margin-bottom: 0;
	text-align: center;
}

a {
	color:#000;
	text-decoration:underline;
}

a:link {  
	color: #000;
}

a:active {  
	color: #000;
}

a:visited {  
	color: #000;
}

a:hover {
	color:#FF6600;
}

p {
	margin:2px 0 8px 0;
}

img {
	border:0;
}

/* Text Box with Rounded Corners: */
.tb {
    border:0;
    background: transparent url(rounded.gif) no-repeat top left;
    height: 22px;
    width: 230px;
	font-size: 12pt;
	color: #0099FF;
    padding-top:2px;	
    padding-left:2px;	
}

/* non specific classes */
.clear {
	clear:both;
}


/* IDS */
#page {
	width:1000px;
	margin:0 auto;
	background-color: #fff;
	min-height:100%;
	position:relative;
	text-align: left;
	border: 2px solid #CCC;
}

.phone {
	position:absolute; 
	right:10px; 
	top:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
#login {
	position:absolute; 
	right:10px; 
	top:50px;
	font-size:14px;
	display:none;
}
.centerlogin {
	font-size:14px;
	background-color: #FFF;
	width:400px;
	height:200px;
	border: 2px #000 solid;
}
.search {
	position:absolute; 
	right:10px; 
	top:70px;
}

.title {
	position:absolute; 
	right:140px; 
	top:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#header h1{
	height:160px;
}

#cart {
	position:absolute; 
	right:10px; 
	top:130px;
	font-size:16px;
	z-index:1;
	text-decoration:none;
}

#header {
	height:160px;
	border-bottom: 2px #CCC solid;
	position:relative; left:0; top:0;
}

#header h1 a{
	display:block;
	text-indent:-10000px; 
	overflow:hidden;
	width:100%;
	height:150px;
	z-index:1px;
}

#header p{
	text-align:right;
	line-height:19px;
	font-size:10px;
}
#header p a{
	margin:0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: normal;
	text-decoration:none;
}

/* Nav */

#menunoflip {
	width: 255px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 14pt;
	cursor: pointer;
}
#menunoflip table {
width: 255px
}

#mainmenu *{
	font-size: 13px;
}

#secondmenu *{
	font-size: 10px;
}

#thirdmenu *{
	font-size: 10px;
}

#menu {
	float:left;
	width: 210px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none; 
	list-style-image: url(flip_static.gif); 
	padding: 0 8px;
	line-height: 16pt;
	cursor: pointer;
}

.flipMenu a { 
text-decoration: none;
}

.flipMenu { 
display: block;
width: 210px; /*Width of top level menu link items*/
text-decoration: none;
}

ul.flipMenu ul {  
	font-size: 13px;
	line-height: 14pt;
	padding: 0 0 0 10px; 
	text-indent: 25px;
	text-decoration: none;
	top:0px
	text-align: normal;
	color: #000;
}

#line { 
cursor: pointer;
list-style-type: none; 
list-style-image: url(flip_static.gif); 
background:url(flip_redlong.gif);
background-repeat: no-repeat;
text-decoration: none;
}

#active { 
cursor: pointer;
list-style-type: none; 
list-style-image: url(flip_static.gif); 
background:url(flip_red.gif);
background-repeat: no-repeat;
text-decoration: none;
}

#topseller {
	margin-top: 20px;
	width: 210px;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 14pt;
	border-top: 2px solid #CCC;
}

* html p
#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Content */
#main {
	overflow:hidden;
	margin: 0 auto;
}

.payment-method {
display:block;
}


#leftCol {
	width: 210px;
	height:100%;
}

#leftcol p {
	font-weight: bold; 
}

#content {
	overflow:hidden;
	height:100%;
	border-left: 2px solid #CCC;
	text-align: normal;
	position:relative; 
	left:0; 
	top:0;
}

#mainheaderimage {
    float: left; 
    margin: 5px; 
	border: 1px #FFF;
	}
	
	
#mainheadertitle {
/*	width: 480px;   width of content header text for the checkout*/ 
	margin-top: 5px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: normal;
	overflow:hidden;
    }

#mainheadertext {
/*    width: 730px;  width of content header text for the checkout*/ 
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: normal;
	overflow:hidden;
	clear:right;
    }


#mainheadertitlecheckout {
    width: 530px; /*  width of content header text for the checkout*/ 
	margin-top: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: normal;
    }

#mainheadertitle H1,
#mainheadertitlecheckout H1 {
	font-family: Arial, Helvetica, sans-serif; 
/*	background-color: #0000FF;*/
	font-size: 20px; 
	font-style: normal; 
	color: #0099FF; 
	text-align: normal;
	line-height: 20pt;
	padding-left: 5px;
}

#mainheadertext p,
#mainheadertext a,
#mainheadertextcheckout p,
#mainheadertextcheckout a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	width:95%;
	overflow:wrap;
}

#mainheadertext H2,
#mainheadertext a,
#mainheadertextcheckout H2,
#mainheadertextcheckout a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal;
	color: #0099FF; 
	text-align: normal;
	text-decoration: none;
	width:95%;
}

.spacer {
	clear: both;
	}

.mainbody {
	margin:0 0 10px 10px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #0099FF;
	text-decoration: none;
	overflow:auto;
	width:100%;
}

#content hr {  
	border: 1px solid #CCC;

}

#content {
width: 740px;
}
.mainbody H1 {  
margin:0 0 10px 10px;
background-color: #0099FF
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-style: normal; 
line-height: 30pt;
font-weight: bold; 
color: #0099FF; 
text-decoration: none;
}

.mainbody H2 {  
margin:0 0 10px 0;
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
color: #0099FF; 
text-decoration: none
}

.mainbody p{
	text-align: normal;
	line-height:19px;
	font-size:10px;
}
.mainbody p a{
	margin:0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
	text-align: normal;
}

.bodystyle {  
margin:0 0 10px 10px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #808183; 
text-decoration: none; 
text-align: normal;
}


/**/

#lefttext p,
#lefttext table {
	margin:0 4px 0 5px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #808183; 
	text-decoration: none; 
	text-align: normal;
	padding:5px 0 5px 0;

}




/* footer */

#footer {  
height:24px;
right:0; 
bottom:0;
border-top: 2px solid #CCC;

}

#footer table{  
margin:0 0 5px 0;
width:100%;
}

#footer {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-style: normal; 
font-weight: normal; 
color: #CCC; 
text-decoration: none; 
}

/*New Product listing CSS */

.main-product-container {
width:730px; 
margin: 10px auto;
margin-left:0px;
clear:both;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #FE6637;
	border-left: 1px solid #999;
	width: 720px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	border-bottom: 1px solid #FE6637;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #FE6637;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #FE6637;
	border: 1px solid #FE6637;
}
.tab_container {
	border: 1px solid #FE6637;
	border-top: none;
	clear: both;
	float: left; 
	width: 720px;
	min-height:200px;
	background: #f0f0f0;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

}
.tab_content {
	padding: 20px;
	padding-top:0px;
}
.tab_content h2 {
	padding-top:5px;
	font-weight: normal;
	border-bottom: 3px solid #ddd;
	font-size: 2.5em;
}
.tab_content p {
	padding-top:5px;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
	font-size: 1.2em;
	text-align:left;
	color:#000;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.product-name {
	font-weight:bold;
	width:590px;
	position:relative;
	float:left;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif; 
	color:#FFF;
	font-size: 20px; 
	padding-left: 10px;
	text-indent: 10px;
	margin-top:15px;
	padding:5px;
	top: -20px;
	text-transform:uppercase;
	background-color:#FE6637;
	height:20px;
	}
.product-logo {
	font-weight:bold;
	position:relative;
	float:left;
	align:center;
	text-align:center;
	margin-top:15px;
	top: -20px;
	text-transform:uppercase;
	background-color:#000;
	height:30px;
}
.product-logo img {
	height:30px;
	width:90px;
}
.main-image-container {
display: block;
width:375px;
background-color:#f0f0f0;
float: left;
border:1.5px solid #e0e0e0;
text-align: center;
}
.main-image {
float:left;
margin-left:0px;
padding-left:0px;
margin-top:10px;
width:200px;
}
.main-image img {
width:250px;
height:250px;
border:1.5px solid #e0e0e0;
}
.main-image-thumbs {
float:left;
list-style-type:none;
align:center;
width:115px;
}
.main-image-thumbs a {
text-decoration:none;
font-size:0.8em;

}
.main-image-thumbs img,
.main-image-thumbs img a {
width:60px;
height:60px;
margin-top:10px;
border:1px solid #DDD;
text-decoration:none;
}
#price-container {
border:1.5px solid #e0e0e0;
top:-20px;
margin-left:15px;
float:left;
width:320px;
min-height:250px;
text-align:center;
align:center;
display:block;
}

.main-price {
margin:0px;
font-size:35px;
display:block;
line-height:50px;
height:50px;

}
.main-rrp {
margin:0px;
font-size:1.2em;
display:block;
height:30px;
color:#000;
}
.main-del {
margin:0px;
font-size:1.0em;
font-weight:bold;
font-style: italic;
display:block;
height:30px;
color:#000;
}

.total-rrp {
}
.main-buy-now {
margin:0px;
display:block;
}
.main-buy-now img  {
width: 140px;
height: 70px;
}

.main-quantity {
font-size:1.5em;
display:block;
height:40px;
color:#000;
}

.main-quantity select {
font-size:1em;
}
/*individual product listings */

#product-listing-container {
margin-left:20px;
width:330px;
float:left;
align:center;
text-align:center;
font-family:"Arial","Trebuchet MS",Arial,Helvetica,sans-serif;
/*border:0.5px solid #FE6637;*/
border-top:none;
padding-bottom:10px;
}

.product-listing-header {
position:relative;
top:-5px;
}
.product-listing-left {
float:left;
width:130px;
align:center;
text-align:center;
}

.product-listing-right {
float:left;
width:200px;
align:center;
text-align:center;
}
.product-listing-name {
text-align:left;
padding-left:5px;
color:#FE6637;
display:block;
text-transform:uppercase;
font-size:1.2em;
font-weight:bold;
margin-bottom:20px;
}

.product-listing-image img, 
.product-listing-image img a{
align:center;
width:100px;
height:100px;
display:block;
text-decoration:none;
}

.product-listing-price-container {
font-size:1em;
}
.product-listing-rrp {
display:block;
font-size:1.0em;
line-height:20px;
}
.product-listing-price {
display:block;
font-weight:bold;
font-size:1.5em;
line-height:50px;
}
