/*
Design T1
(c) 2009 - Simply Logic Labs
*/
p:first-line {
	margin-left: 1.5em !important;
}

body, html
{
	font-family: arial, helvetica, sans-serif;
	color:#fff;
	background: #141414;
}
#page_alignment
{
	padding-top:10px;
	align: center; width: 100%;
}/* IE SAFE */

#container
{
	background: transparent;
	width:1000px;
	margin:0 auto;
}
#hd
{
	background: url(copd/headerbg.gif) repeat-x;
	height: 100px;
	margin-bottom: 10px;
}
#hd img
{
	margin-left: 20px;
}
#bb
{
	background: url(copd/navbg.gif) repeat-x;
	clear:both;
	width:100%;
	height:70px;
	margin-bottom: 20px;
}
a.bb
{
	color:#EC3F36;
	font-weight:bold;
	text-decoration:none;
}

a.bb:hover
{
	text-decoration:none;
}	
	
#sb_page_b
{
	background: url(copd/mainnav-over-trans2.png) no-repeat 0px 0px;
	font-family: "myriad pro", arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase !important;
	float:left;
	text-align:center;
	color:#333;
	
	position:relative;
	width:150px;
	height:70px;
	border-right: 1px solid #cacaca;
}
#sb_page_b:hover
{
	background-position: 0px -70px;
}
#sb_page_b table
{
	margin-top: 15px;
}

#p_bd
{
	padding-bottom: 20px;
}

#sb 
{
	float:right;
	width:240px;
	margin-bottom: 40px;
	margin-right: 10px;
}

#bd
{
	background: #fff;
	color: #525252;
	padding: 20px;
	float:left;
	width:660px;
	margin-bottom: 40px;
	margin-right: 20px;
}
#bd a
{
	color: #525252;
}

#ft
{
	background: #fff;
	border-top: 5px solid #bebebe;
	font-size: 11px;
	clear:both;
	padding: 10px 10px 10px 10px;
	color: #525252;
}

#sb_page
{
	background: #AEC3C4;
	text-align:center;
	padding: 15px;
	height: 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "myriad pro", arial, helvetica, sans-serif;
	margin-bottom: 1px;
	margin-top: 5px;

}
a.sb_page
{
	text-decoration: none;
	color: #c76a14;
}

#sb_page:hover
{
	background: #C0DBDD;
}

#sb_spacer
{
height:25px;
width:100%;

}

#sb_title
{
	background: #fff;
	padding: 15px 10px 15px 10px;
	color:#c76a14;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "myriad pro", arial, helvetica, sans-serif;
	height: 20px;
	margin-top:10px;
}

a.sb_level
{
text-decoration: none;
color: #696969;
font-weight:bold;
}

a.sb_level:hover
{
}

a.sb_sublevel
{
text-decoration: none;
font-weight: normal;
color: #696969;
}

a.sb_sublevel:hover
{
}	

#sb_sublevel
{
	background: #fff;
	text-indent: 25px;
	padding: 5px;
	font-size: 12px;
}

#sb_sublevel:hover
{
	
}

#sb_level
{
	background: #fff;
	border-top: 1px solid #eee;
	padding: 10px;
	font-size: 14px;
}
#sb_level:hover
{
	
}


#map
{
width:100%;
text-align: right;
text-decoration: none;
font-size: 200%;
color: #8C0209;
}

#bd_title
{
	font-size: 24px;
	font-weight: bold;
	font-family: "myriad pro", arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}

#bd_text /*No formating required*/
{
	font-size: 12px;
}

div.lg_button /*No formating required*/
{
color:ffffff;
float:left;

line-height:35px;
text-align:center;
height:35px;
width:104px;
background-image:url('../gui/lg_bt_d.gif');
background-repeat:no-repeat;
}
div.lg_button:hover /*No formating required*/
{
color:ffffff;
float:left;

line-height:35px;
text-align:center;
height:35px;
width:104px;
background-image:url('../gui/lg_bt_l.gif');
background-repeat:no-repeat;
}

div.lg_button_1 /*No formating required*/
{
color:ffffff;
float:left;

line-height:35px;
text-align:center;
height:35px;
width:104px;
background-image:url('../gui/lg_bt_l.gif');
background-repeat:no-repeat;
}	


	
/* IMAGE COPY*/	
* html #product_img /*No formating required*/
{	
width: expression( this.scrollWidth > 349 ? "350px" : "auto" ); /* sets max-width for IE */
float:left;	
}

#product_img /*No formating required*/
{
float:left;	
max-width:350px;
}


* html img.default /*No formating required*/
{	
width: expression( this.scrollWidth > 349 ? "350px" : "auto" ); /* sets max-width for IE */
}


img.default /*No formating required*/
{	

max-width:350px;
max-height:250px;
}



* html img.square /*No formating required*/
{	
width: expression( this.scrollWidth > 157 ? "158px" : "auto" ); /* sets max-width for IE */
}

img.square /*No formating required*/
{	
max-width:160px;
max-height:220px;
}

* html img.square_l /*No formating required*/
{	
width: expression( this.scrollWidth > 249 ? "250px" : "auto" ); /* sets max-width for IE */
height: expression( this.scrollHeight > 179 ? "180px" : "auto" ); /* sets max-height for IE */
}

img.square_l /*No formating required*/
{	
max-width:250px;
max-height:180px;
}

* html img.uploader_imgs /*No formating required*/
{	
width: expression( this.scrollWidth > 99 ? "100px" : "auto" ); /* sets max-width for IE */
}	


img.uploader_imgs /*No formating required*/
{	
max-width:100px;
max-height:100px;
}


* html img.page_imgs /*No formating required*/
{	
width: expression( this.scrollWidth > 49 ? "50px" : "auto" ); /* sets max-width for IE */
}	


img.page_imgs /*No formating required*/
{	
max-width:50px;
max-height:50px;
}
/*END IMAGE COPY*/

#product_info /*No formating required*/
{
padding:10;
float:right;
width:40%;
}
#product_name
{
width:100%;
text-align: left;
text-decoration: none;
font-size: 200%;
color: #525252;
}
#product_manu
{
width:100%;
text-align: left;
text-decoration: none;
font-size: 150%;
color: #696969;
}
#product_num
{
width:95%;
text-align: left;
text-decoration: none;
font-size: 75%;
color: #696969;
}
#price_n
{
width:95%;
text-align: left;
text-decoration: none;
font-size: 75%;
color: #696969;
text-decoration: line-through;
}
#price
{
width:95%;
text-align: left;
text-decoration: none;
font-size: 120%;
color: #696969;
}

#price_all
{
float:left;
}	

img.button
{
float:right;
}

#product_long/*No formating required*/
{

border-style:dotted;
border-color:#C9C9C9;
border-width:1px;
width:95%;
padding:10;
clear:both;
}

#top_pro
{
width:100%;
padding:10;
}
 
#cat_name
{
width:100%;
text-align: left;
text-decoration: none;
font-size: 200%;
color: #525252;
}
