	/*----Undo HTML-----------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, code, table { font-size: 1em; }
* { margin: 0; padding: 0; }
a img, :link img, :visited img { border: none; }

/**/

/*----General classes-----------------------------------------------------*/

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clearfix { display: inline-block; }

.ir {
	background: no-repeat 0 0;
	display: block;
	height/**/:/**/ 0 !important;
	overflow: hidden;
}

.picLeft { float: left; margin: 10px 20px 20px 0; }
.picRight { float: right; margin: 10px 0 20px 20px; }
.picCenter { margin: 0 auto; }

/**/

/*----HTML Structural Elements--------------------------------------------*/

a {
	color: #3577ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr,
acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

address {
	font-style: normal;
	line-height: 1.7em;
	margin-bottom: 2em;
}

body {
	/*background-image: url('img/carbon_strip.png');*/
	background-color: #CCC;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	padding: 12px 0 30px 0;
	text-align: center;
}

h1 {
	color: #333;
	font-size: 218%;
	font-weight: normal;
	margin-bottom: .6em;
}


h2 {
	color: #f00;
	font-size: 158%;
	font-weight: normal;
	margin-bottom: 1em;
}

a.h2 {
	color: #666;
	font-size: 158%;
	font-weight: normal;
	margin-bottom: .6em;

}

h3 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 163%;
	font-weight: normal;
	margin-bottom: .8em;
}

h4 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 136%;
	margin-bottom: .8em;
}

div.hr {
	background: #ccc url(images/bg_hr.gif) no-repeat right top;
	clear: both;
	height: 1px;
	margin: 1em 0 2em 0;
}

div.hr hr { display: none; }

p {
	line-height: 1.7em;
	margin-bottom: 1.8em;
}

b.special {
	color:#ff0000;
	font-size:16px;
	
}

/**/

/**----Unordered List Styles--------------------------------------------------*/

ul {
	margin: 0 0 2.5em 50px;
}

ul li {
	margin: 2px 2px 2px 2px;
}

ol {
	margin: 0 0 2.5em 50px;
}

ol li {
	margin-bottom: 2em;
}

/**/


/**---Form Styles-------------------------------------------------------------*/
	
fieldset {
	border: none;
}

legend {
	display: none;
}

input, select {
	color: #666;
}

input.input_text {
	border: 1px solid #a3c2e9;
	padding: 2px 4px;
}

input.input_submit {
	margin-left: 2px;
	padding: 0 2px;
}

/**/

/*----Page Structural Elements/Wraps---------------------------------------*/

#wrap {
	background: url(img/bg.gif) repeat-y 0 0;
	background-color:white;
	font-size: 110%;
	margin: 0 auto;
	text-align: left;
	width: 997px;
	
}

#copy {
	background-color: white;
	display: inline; /* IE double-float margin bug */
	float: right;
	margin-right: 0px;
	padding-bottom: 130px;
	width: 787px;
	padding-left:10px;
	padding-top:10px;
	min-height:550px;
}

#subnav {
	display: inline; /* IE double-float margin bug */
	margin-left: 0px;
	float: left;
	width: 200px;
	background-color:#263435;
	/*border-right:2px yellow solid;*/
	/*height:100%;*/
	position:relative;
}

/**/

/*----Header-------------------------------------------------------------*/

#header {
--display: inline; /* IE double-float margin bug */
	background-color: #ff0000;
	height: 150px;
	width:997px;
	padding: 0px;
	margin:0px;
	width:100%;
}



/**/

/*----Nav-------------------------------------------------------------*/

#nav {
	background: #263435 url(images/bg_nav.gif) repeat-x left bottom;
	border-top: 1px solid #536299;
	height: 39px; /* IE hasLayout */
	margin: 0 0px 0px 0px;
	color:white;
	font-weight:bold;
	width:997px;
}

#nav form {
	float: right;
	margin-top: 4px;
	padding-right: 20px;
}

#nav input.x {
	background: #fff url(images/icon_magnifyer.gif) no-repeat 108px center;
	border: 1px solid #536299;
	padding-right: 4px;
	margin-left: 28px;
	width: 100px;
	width/**/:/**/ 118px;
}

#login_bar{
	width:450px;
	line-height:25px;
}
#nav input.y {
	height:22px;
}


#nav fieldset input.input_submit {
	height: 1.8em;
	margin: 0 0 -1px 0;
}

#nav select {
	width: 126px;
	width/**/:/**/ 120px;
}

#nav form a {
	font-size:10pt;
}
/**/

/*----Sub Nav-------------------------------------------------------------*/

#subnav div {
	background-color:yellow;margin:7px;color:red;padding:8px;
}

#subnav div a {
	color:red;font-size:15pt;
}

#subnav ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding-top: 2px;
}

#subnav li {
	margin: 0;
	
}

#subnav li a {
	color: #ff0000;
	display: block;
	height: 1%; /* IE hasLayout */
	padding: 10px 0 8px 15px;
	/*background: url(img/menu_back.gif) no-repeat left bottom ;*/
	font-size:15px;
	/*text-decoration:underline;*/
	line-height:8px;
}

#subnav li a.l2 {
	color: #ff0000;
	display: block;
	height: 1%; /* IE hasLayout */
	padding: 7px 0 9px 20px;
	/*background: url(img/menu_back.gif) no-repeat left bottom ;*/
	font-size:13px;
	/*text-decoration:underline;*/
	line-height:8px;
}

#subnav li a:hover {
	color: yellow;
	text-decoration: none;
	background: url(img/menu_over.gif) no-repeat;
}

#subnav li.current a {
	background: url(images/bg_sub_nav_current_arrow.gif) no-repeat left .8em;
	color: #fd7f2b;
	padding: 7px 0 10px 12px;
}

/**/

/*----Footer-------------------------------------------------------------*/

#footer {
	background: #e8e9ec url(images/bg_footer.gif) no-repeat 0 0;
	padding-top: 30px;
	width: 805px;
}

#footer p {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 208px;
}

#footer a {
	color: #999;
	font-weight: normal;
}


table.padded {}

table.padded td {
	padding:10px;
}


/*shop*/

table.address td {
padding:2px;
}

table.address th {
font-size:8pt;
padding:2px;
}

table.address td input {
width:180px;
font-size:8pt;
}

table.address td textarea {
width:180px;
}


.shop_breadcrumb {
	font-size:12pt;
	margin-bottom:10px;
	color:black;
	font-weight:bold;
	width:90%;
	border-bottom: 1px solid grey;
}


table.payment td {
	padding:10px;
}

table.forum {
width:100%;
}

table.forum th {
background-color:ccc;
padding:4px;

}

table.forum tr {
background-color: eee;
}

table.forum tr.original_post_text {
background-color:lightblue;
}

.original_post_text {
font-size:10px;
background-color:lightblue;
padding:10px;
margin:10px;
}

.error {
color:red;
}

td.brand {width:100px;text-align:center;padding:10px}

.copy , .copy a{
	color:white;
	font-weight:bold;
}

#logo {
	font-family: Arial, Helvetica, sans-serif;
 	Color : #FFFFFF;
}

#logo a{
	font-family: Arial, Helvetica, sans-serif;
 	Color : #FFFFFF;
}

#logo a:hover{
	text-decoration: underline;
	Font-weight : bold;
}