* {
	padding:0;
	margin:0;
}

body {
    margin:0 0 0 0;
    padding:0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
}

img {
    border:0;
}

h1 {
	font-size:18px;
	color:#414448;
	font-weight:bold;
	margin:0px 0 15px 0;
	padding:0;
}

h2 {
	font-size:14px;
	color:#414448;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}

h3 {
	font-size:13px;
	color:#414448;
	font-weight:bold;
	margin:0px 0 15px 0;
	padding:0;
}

p {
	margin:0 0 15px 0;
	padding:0;
	text-align:left;
	line-height:16px;
}

.clear {
    clear: both;
}

.wrapper {
    width:952px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.header {
	height:170px;
	background:url(./../images/header_bg.png);
}

.header_front {
	width:952px;
	height:170px;
	background:url(./../images/header.png);
}

.brand_box {
	margin-top:20px;
	margin-right:20px;
	float:right;
	width:225px;
	height:70px;
	background:#232323;
	color:#CCC;
	font-size:11px;
}

.brand_box_padding {
	padding:15px 10px 10px 10px;
}

.navi {
	float:left;
	list-style:none;
	margin-top:130px;
	margin-left:35px;
}

.navi .active {
	color:#FFF;
}

.navi li {
	padding:0;
	margin:0;	
	float:left;
	width:140px;
	height:40px;
	margin-right:5px;
	display:block;
	text-align:center;
	line-height:40px;
	background:url(./../images/nav_item_bg.png);
}

.navi li a {
	color:#CCC;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.navi li a:hover {
	color:#FFF;
}

.content {
	float:right;
	width:660px;
}

.left_navigation {
	float:left;
	width:292px;
}


.small_box {
	margin-left:31px;
	margin-bottom:10px;
}

.small_box_header {
	width:231px;
	height:12px;
	line-height:12px;
	background:url(./../images/small_box_header.png) no-repeat;
}

.small_box_content {
	width:231px;
	background:url(./../images/small_box_bg.png) repeat-y;
}

.small_box_content_padding {
	padding:10px 20px 10px 20px;
}

.small_box_footer {
	width:231px;
	height:12px;
	line-height:12px;
	background:url(./../images/small_box_footer.png) no-repeat;
}

.small_box_title {
	font-family:Tahoma;
	font-size:14px;
	color:#333;
	font-weight:bold;
	padding-bottom:10px;
}

.small_box .active {
	font-weight:bold;
}

.small_box ul {
	list-style: none;
	padding:0;
	margin:0;
}

.small_box ul li {
	background:url(./../images/navi_arrow.png) no-repeat 0 8px;
	line-height:24px;
}

.small_box ul li a {
	display:block;
	width:170px;
	padding-left:18px;
	font-size:12px;
	color:#333;
	text-decoration:none;
	background:url(./../images/navi_spacer.png) left bottom no-repeat;
}

.small_box ul li a:hover {
	text-decoration:underline;
}

.small_box ul li ul li {
	background:url(./../images/navi_arrow_grey.png) no-repeat 12px 9px;
}

.small_box ul li ul li a { 
	padding-left:25px;
	width:168px;
}

.content_box_header {
	width:660px;
	height:36px;
	line-height:36px;
	background:url(./../images/content_box_header_bg.png) repeat-x;
}

.content_box_header h1 {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0 0 0 20px;
	color:#FFF;
}

.content_box_main {
	width:660px;
	background:#f0f0f0;
}

.content_box_main_padding {
	padding:10px 20px 20px 20px;
}


.box_product {
	width:200px;
	background:#FFF;
	margin-right:10px;
	float:left;
	cursor:pointer;
}

.box_product_last {
	margin-right:0px;
}

.box_product_image {
	text-align:center;
	padding-top:12px;
	padding-bottom:10px;
}

.box_product_image img {
	border:1px #cbcbcb solid;
}

.box_product_title {
	text-align:left;
	font-size:11px;
	color:#000;
	text-decoration: underline;
	font-weight:bold;
	padding:0 15px 0 15px;
	height:25px;
}

.box_product_price {
	color:#ab0000;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
	padding-top:10px;
}

.box_product_price span {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

.box_product_link {
	padding-top:10px;
	padding-bottom:12px;
	padding-left:15px;
}



.paging {
}

.paging_title {
	width:40px;
	font-size:13px;
	color:#878787;
}

.paging_inactive {
	cursor:pointer;
	width:23px;
	height:23px;
	text-align:center;
	background:#8e8e8e ;
	color:#FFF;
}

.paging_inactive a {
	color:#FFF;
}


.paging_active {
	cursor:pointer;
	width:23px;
	height:23px;
	text-align:center;
	background:#BC2424;
	color:#FFF;
}

.paging_active a {
	color:#FFF;
}

.footer {
	width:100%;
	height:50px;
	border-top:3px #CCC solid;
	background:#f0f0f0;
	line-height:30px;
	margin-top:30px;
	text-align:center;
}

.footer a {
	color:#333;
	font-size:11px;
	margin-left:880px;
}

