@charset "utf-8";
/* CSS Document */

/*margin: 0 auto in the container and text-align:center in the body cause the center alignment*/
#container { 
			margin: 0 auto;
			width:923px;
			text-align: left;
}

body,td,th {
		font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;*/
	color: #B1B1B1; /*old color 5b5b5b*/
	/*color: #999999;*/
}
body {
	background-color: #070707;
	text-align:center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #FFCC00;	/*006193*/		
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #fff;
	/*border-bottom: 1px dotted #438800;*/
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Arial, Sans-serif;
	color: #ABABAB;
}
h1 {
	font-size:18px;
	font-style:italic;
	/*font-size: 3.4em;*/	
	font-weight: normal;
	/*padding: 15px 10px 5px 10px;*/	
}
h2 {
	font-size: 2em;
	color: #895F30;
	/*padding: 20px 10px 5px 10px;*/	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	/*padding: 20px 10px 5px 10px;*/	
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

p, dl { padding: 10px; margin: 0; }

/*a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC66CC;
}
a:hover {
	text-decoration: underline;
	color: #3366FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: AlternateGothic2 BT;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
}*/

#linestyle { margin-left:2px; 
				border-right:#6F0808 1px solid;
				border-left:#6F0808 1px solid;
				/*border-bottom:#6F0808 1px solid;*/ }
				
#leftcolumn { float:left;
				width:540px;
				padding-top:10px;
				/*padding:10px 10px 10px 15px;*/	}
				
				
#leftcolumn ul li {
	list-style-image:url(../images/bullet.gif);
}

#main { width:923px; padding-top:10px; }

#rightcolumn { /*margin-left: 575px;*/
				
				float:right;
				width:350px;
				padding-top:20px;
				
					}

#footer { clear:both; width:923px; text-align:center; font-size:9px; padding-top:10px;}

/*form*/

form {
	margin: 20px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #111; 
	background: #070707; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #fff;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #0C0C0C;  
	border: 1px solid #1C1C1C;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}

#tableProductDetails img { margin-right:30px;}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
