@charset "utf-8";
/* CSS Document */
body {
	background:#fff;
	margin:0;
	padding:0;
	height:100%;
	font: normal 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#555;
}
#top {
	width:100%;
	height:51px;
	background:#1f2129 url(../pics/bg_top.gif) repeat-x;
}
#logo {
	margin:10px;
	width:271px;
	float:left;
}
#top_menu {
	background:#f0f0f0;
	height:60px;
	margin-bottom:10px;
}
#top_menu .title{
	width:900px;
	height:60px;
	margin:auto;
	margin-top:30px;
}
#top_menu .title h1 { font-size:13px; color:#000; font-weight:bold; margin:0; display:inline; }

#bot {
	width:100%;
	height:207px;
	background:#c1c0ce url(../pics/bg_bot.gif) repeat-x;
	color:#fff;
}
#bot .footer {
	width:800px;
	margin:0 auto 0 auto;
}
#bot .footer div {
	width:180px;
	margin:10px 10px 10px 10px;
	float:left;
}
#main {
	width:900px;
	margin:20px auto 20px auto;
}
#content { width:550px; float:left; padding-right:20px; }

#content_full { width:820px;}

#right { width:250px; float:left; border-left:1px solid #dedede; padding-left:20px; }
#right div.p { border-top:1px dotted #ccc; }
#right div.i { width:80px; float:left; }
#right div.t { width:150px; padding:10px; float:left; font-size: 12px; }

div.clear {
	clear:both;
}

h1 { font-size:20px; color:#990000; font-weight:normal; }
h2 { font-size:14px; color:#00729c; font-weight:normal; }
h3 { font-size:14px; color:#111; }

a {
	color:#00729e;
	text-decoration:underline;
}
a:hover {
	color:#e32911;
	text-decoration:none;
}

input, textarea, select {font: normal 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;}
input.qty { width:30px; }
input.btn {
	width:110px;
	background:#890606 url(../pics/bg_btn.gif) repeat-y;
	color:#fff;
	font-weight:bold;
	border:0;
	height:24px;
}

/*
tables
*/

table.t_spec {
	width:240px;
	border:4px solid #ccc;
}
table.t_spec th {
	font-size:12px;
	color:#000;
	padding:5px;
	border-bottom:1px solid #f2f2f2;
	text-align:left;
	font-weight:normal;
}
table.t_spec td {
	font-size:12px;
	padding:5px;
	border-bottom:1px solid #f2f2f2;
}

table.cr {
	border-collapse:collapse;
}
table.cr td {
	/*border:1px solid #f2f2f2;*/
	font-size:12px;
}
table.cr th {
	padding:5px;
	font-weight:bold;
	border-bottom:1px solid #7D8789;
	font-size:16px;
}
table.cr td.img {
	background-color:transparent;
	border:0px;
	padding:10px;
	text-align:center;
}
table.cr td.sec {
	width:50px;
	padding:10px;
	background:#fafafa;
	border-bottom:1px solid #fff;
	font-size:50px;
	font-weight:bold;
	color:#77888a;
	vertical-align:top;	
}
table.cr td.brands {
	width:750px;
	color:#7D8789;
	background-color:transparent;
	padding:5px;
	vertical-align:middle;
}
table.cr_list {
	border-collapse:separate;
}

table.cr_list td {
	border:1px solid #f1f1f1;
	font-size:13px;
	padding:5px;
}

table.cr_list td:hover {
	background:#f2f2f2;
}


table.scart {
	width:100%;
}
table.scart th {
	color:#000000;
	padding:3px;
	background-color:#E9E9E9;
	border:1px solid #E2E2E2;
}
table.scart td {
	padding:3px;
	border-bottom:1px solid #CCCCCC;
}
table.scart td.scart_price {
	text-align:right;
}
table.scart td.scart_alt {
	background-color:#F2F2F2;
	font-size:11px;
	border:0px;
	padding:5px;
}
table.scart td.scart_total {
	background-color:#CCCCCC;
	text-align:right;
}
table.scart td.scart_btn {
	background-color:#FFFFFF;
	text-align:right;
	border:0px;
}


table.t_null td {
	border:0px;
	padding:5px;
}

img {
	border:0;
}
.img {
	border:1px dotted #ccc;
}

.rb {
	font-weight:bold;
	color:#f88c00;
}
.c_total {
	width:220px;
	text-align:right;
	border:1px solid #f88c00;
	padding:5px;
}

.c_total b {
	font-size:11px;
	color:#444;
}


a.a_box {
	color:#777777;
	text-decoration:underline;
	font-size:12px;
}
a.a_box:hover {
	color:#EC4A1E;
	text-decoration:underline;
}
