/*
Cascading Style Sheet for http://www.ryttare.com
created by www.ShopSetup.com
*/

/*
=Reset
*/
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,input,li,ol,p,pre,text,textarea,table,td,th,ul {
	margin: 0;
	padding: 0;
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	outline: 0 none;
}

form {
	border: 0 none;
}

img {
	border: 0 none;
}

input,
textarea {
	border: 0 none;
	background: none;
	outline: 0 none;
}

ul {
	list-style-type: none;
}




/*
=Clearfix
*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}








/**************************************** Common Styles ****************************************/
body {
	background: #e0e0e0 url(../i/site/body_bg.png) repeat scroll 0 0;
	color: #303030;
	text-align: center;
	font: normal 12px/19px Arial, Helvetica, sans-serif;
}

h1 {
	margin-bottom: 20px;
	color: #8b0304;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: transparent url(../i/site/border_horizontal.png) repeat-x scroll 0 100%;
	color: #606060;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: normal 14px/21px Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: transparent url(../i/site/border_horizontal_small.png) repeat-x scroll 0 100%;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
}

h4 {
	font: bold 12px/19px Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 10px;
}

/*
=Classes
*/
input.hidden {
	display: none;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

span.red {
	color: #8b0304;
}

span.grey {
	color: #909090	;
}

span.grey-light {
	color: #c0c0c0;
}



/*
=Wrapper
*/
#wrapper {
	margin: 0 auto;
	width: 1080px;
	text-align: left;
}








/**************************************** Header ****************************************/
#header-wrapper {
	background: transparent url(../i/site/header_wrapper_bg.png) no-repeat scroll 0 0;
}

#header {
	padding: 30px 50px 0;
	width: 980px;
	height: 135px;
}

/*
=Home
*/
#home {
	float: left;
	width: 300px;
	height: 98px;
}

#home a {
	width: 300px;
	height: 98px;
	display: block;
	text-indent: -5000px;
}

/*
=Navigation Company
*/
#nav-co {
	float: left;
	padding: 45px 10px 0 0; 
	width: 520px;
	height: 53px;
}

#nav-co ul {
	text-align: right;
	text-transform: uppercase;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
}

#nav-co ul li {
	margin-left: 10px; 
	display: inline;
}

#nav-co ul li.active {
	color: #c0c0c0;
}

#nav-co ul li a:link,
#nav-co ul li a:visited {
	color: #fff;
}

#nav-co ul li a:active,
#nav-co ul li a:hover {
	color: #c0c0c0;
}

/*
=Search Area
*/
#search {
	float: right;
	padding-top: 37px; 
	width: 150px;
	height: 61px;
}

#search form div.input-area {
	background: transparent url(../i/site/search.png) no-repeat scroll 7px 5px;
}

#search form div.input-area:hover {
	background: transparent url(../i/site/search_hover.png) no-repeat scroll 7px 5px;
}

#search form div.input-area input {
	margin: 0 10px 0 33px;
	padding-top: 4px;
	width: 107px;
	height: 21px;
}

/*
=Navigation Top
*/
#nav-top {
	float: left;
	width: 980px;
	height: 37px;
}

#nav-top ul {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: normal 12px/12px Georgia, "Times New Roman", Times, serif;
}

#nav-top ul li {
	float: left;
	width: 140px;
	height: 37px;
	display: inline;
}

#nav-top ul li.active {
	padding-top: 10px;
	height: 27px;
	background: transparent url(../i/site/nav_top_active.png) no-repeat scroll 1px 0;
	color: #8b0304;
}

#nav-top ul li#left.active {
	background: transparent url(../i/site/nav_top_left_active.png) no-repeat scroll 0 0;
}

#nav-top ul li#right.active {
	background: transparent url(../i/site/nav_top_right_active.png) no-repeat scroll 1px 0;
}

#nav-top ul li a:link,
#nav-top ul li a:visited {
	padding-top: 10px;
	width: 140px;
	height: 27px;
	display: block;
	color: #fff;
}

#nav-top ul li a:active,
#nav-top ul li a:hover {
	background: transparent url(../i/site/nav_top_hover.png) no-repeat scroll 2px 0;
	color: #fff;
}

#nav-top ul li#left a:active,
#nav-top ul li#left a:hover {
	background: transparent url(../i/site/nav_top_left_hover.png) no-repeat scroll 0 0;
}

#nav-top ul li#right a:active,
#nav-top ul li#right a:hover {
	background: transparent url(../i/site/nav_top_right_hover.png) no-repeat scroll 2px 0;
}








/**************************************** Cart ****************************************/
#cart-wrapper {
	height: auto;
	background: transparent url(../i/site/cart_wrapper.png) repeat-y scroll 0 0;
}

#cart {
	padding: 0 50px;
	width: 980px;
	background: transparent url(../i/site/cart.png) no-repeat scroll 50% 100%;
}

/*
=Cart Toggle
*/
#cart-toggle {
	padding: 4px 25px 0 0;
	width: 955px;
	height: 26px;
	background: transparent url(../i/site/cart_toggle.png) no-repeat scroll 100% 50%;
	text-align: right;
}

#cart-toggle.active {
	background: transparent url(../i/site/cart_toggle_active.gif) no-repeat scroll 100% 50%;
}

#cart-toggle p {
	margin-bottom: 0;
	color: #c0c0c0;
}

#cart-toggle p span.highlight {
	color: #fff;
}

#cart-toggle a:link,
#cart-toggle a:visited {
	color: #c0c0c0;
	font-weight: bold;
}

#cart-toggle a:active,
#cart-toggle a:hover {
	color: #fff;
}

/*
=Cart Content
*/
#cart-content {
	padding-bottom: 30px;
	width: 980px;
	height: auto;
}

#cart-content h3 {
	background: none;
	color: #fff;
}

#cart-content ul {
	padding-top: 5px;
	width: 980px;
	height: 24px;
	border-bottom: 1px solid #505050;
	color: #fff;
}

#cart-content ul:hover {
	background-color: #696969;
}

#cart-content ul.top {
	height: 23px;
	border-top: 1px solid #505050;
	background-color: #909090;
	font-weight: bold;
}

#cart-content ul.top li.delete {
	text-align: left;
}

#cart-content ul li {
	float: left;
}

/* Product number */
#cart-content ul li.product-number {
	padding-left: 10px;
	width: 190px;
}

/* Product */
#cart-content ul li.product {
	width: 320px;
}

/* Quantity */
#cart-content ul li.quantity {
	width: 100px;
	text-align: center;
}

/* Price */
#cart-content ul li.price {
	width: 100px;
}

/* Total */
#cart-content ul li.total {
	width: 100px;
	text-align: center;
}

/* Change Count */
#cart-content ul li.change-count {
	width: 100px;
}

#cart-content ul li.change-count a {
	float: left;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	display: block;
}

#cart-content ul li.change-count a.more:link,
#cart-content ul li.change-count a.more:visited {
	background: transparent url(../i/site/cart_content_more.png) no-repeat scroll 0 0;
}

#cart-content ul li.change-count a.more:active,
#cart-content ul li.change-count a.more:hover {
	background: transparent url(../i/site/cart_content_more_hover.png) no-repeat scroll 0 0;
}

#cart-content ul li.change-count a.less:link,
#cart-content ul li.change-count a.less:visited {
	margin-left: 5px;
	background: transparent url(../i/site/cart_content_less.png) no-repeat scroll 0 0;
}

#cart-content ul li.change-count a.less:active,
#cart-content ul li.change-count a.less:hover {
	background: transparent url(../i/site/cart_content_less_hover.png) no-repeat scroll 0 0;
}

/* Delete */
#cart-content ul li.delete {
	width: 60px;
}

#cart-content ul li.delete a:link,
#cart-content ul li.delete a:visited {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	background: transparent url(../i/site/cart_content_delete.png) no-repeat scroll 0 0;
}

#cart-content ul li.delete a:active,
#cart-content ul li.delete a:hover {
	background: transparent url(../i/site/cart_content_delete_hover.png) no-repeat scroll 0 0;
}

/* Checkout Linky */
#cart-content a.checkout:link,
#cart-content a.checkout:visited {
	float: right;
	margin-top: 20px;
	padding-left: 15px;
	width: 80px;
	height: 20px;
	background: transparent url(../i/site/checkout.png) no-repeat scroll 0 0;
	color: #303030;
	font-weight: bold;
}

#cart-content a.checkout:active,
#cart-content a.checkout:hover {
	background: transparent url(../i/site/checkout_hover.png) no-repeat scroll 0 0;
	color: #fff;
}








/**************************************** Main Stage ****************************************/
#main-stage-wrapper {
	background: transparent url(../i/site/main_stage_wrapper_bg.png) repeat-y scroll 0 0;
}

#main-stage {
	padding: 20px 50px 30px;
	width: 980px;
	background: transparent url(../i/site/main_stage_border_top.png) no-repeat scroll 50% 0;
}

#main-stage a:link,
#main-stage a:visited {
	color: #303030;
	font-weight: bold;
}

#main-stage a:active,
#main-stage a:hover {
	color: #8b0304;
}

#main-stage div.section {
	float: left;
	width: 100%;
	height: auto;
}

#main-stage span.border-small {
	float: left;	
	width: 100%;
	height: 2px;
	background: transparent url(../i/site/border_horizontal_small.png) repeat-x scroll 0 0;
}








/**************************************** Index ****************************************/
/*
=Flash Content
*/
#flashcontent {
	margin-bottom: 20px;
	width: 980px;
	height: 300px;
}

/*
=Introduction
*/
#introduction {
	float: left;
	margin-bottom: 20px;
	padding-right: 25px;
	width: 255px;
	height: auto;
}

/*
=Opening Hours
*/
#opening-hours {
	float: left;
	padding-right: 25px;
	width: 255px;
	height: auto;
}

/*
=Opening Hours
*/
#notice {
	float: left;
	padding-right: 25px;
	width: 255px;
	height: auto;
}

#notice h4 {
	color: #8B0304;
	font-size: 13px;
}

#notice p {
	padding-bottom: 20px; 
	border-bottom: solid 1px #e0e0e0
}








/**************************************** Navigation Left ****************************************/
#nav-left {
	float: left;
	padding-right: 25px;
	width: 255px;
	height: auto;
}

/*
=Layer 01
*/
#nav-left ul {
	font-weight: bold;
}

#nav-left ul li {
	margin-bottom: 2px;
}

/* Active <li> */
#nav-left ul li.active {
	padding: 3px 0 0 25px;
	height: 22px;
	background: transparent url(../i/site/nav_left_level_01_hover.png) no-repeat scroll 0 0;
	color: #8b0304;
}

#nav-left ul li.active-sub {
	margin-bottom: 20px;
	height: auto;
}

#nav-left ul li.active-sub span {
	padding: 3px 0 0 25px;
	height: 22px;
	display: block;
	background: transparent url(../i/site/nav_left_level_01_hover.png) no-repeat scroll 0 0;
	color: #8b0304;
}

/* Linkys */
#nav-left ul li a:link,
#nav-left ul li a:visited {
	padding: 3px 0 0 25px;
	width: 230px;	
	height: 22px;
	display: block;
	background: transparent url(../i/site/nav_left_level_01.png) no-repeat scroll 0 0;
}

#nav-left ul li a:active,
#nav-left ul li a:hover {
	background: transparent url(../i/site/nav_left_level_01_hover.png) no-repeat scroll 0 0;
}

/*
=Level 02
*/
#nav-left ul li.active-sub ul li {
	margin-bottom: 0;
}

/* Active <li> */
#nav-left ul li.active-sub ul li.active {
	padding: 3px 0 0 40px;
	background: transparent url(../i/site/nav_left_level_02.png) no-repeat scroll 0 0; 
}

#nav-left ul li.active-sub ul li.active.bottom {
	background: transparent url(../i/site/nav_left_level_02_last.png) no-repeat scroll 0 0; 
}

#nav-left ul li.active-sub ul li.active-sub span {
	padding: 3px 0 0 40px;
	background: transparent url(../i/site/nav_left_level_02_active_sub.png) no-repeat scroll 0 0;
}

/* Linkys */
#nav-left ul li.active-sub ul li a:link,
#nav-left ul li.active-sub ul li a:visited {
	padding: 3px 0 0 40px;
	width: 215px;
	background: transparent url(../i/site/nav_left_level_02.png) no-repeat scroll 0 0;
}

#nav-left ul li.active-sub ul li a.bottom:link,
#nav-left ul li.active-sub ul li a.bottom:visited {
	background: transparent url(../i/site/nav_left_level_02_last.png) no-repeat scroll 0 0;
}

/*
=Level 03
*/

/* Active <li> */
#nav-left ul li.active-sub ul li.active-sub ul li.active {
	padding: 3px 0 0 60px;
	background: transparent url(../i/site/nav_left_level_03.png) no-repeat scroll 0 0;
}

#nav-left ul li.active-sub ul li.active-sub ul li.active.bottom {
	background: transparent url(../i/site/nav_left_level_03_last.png) no-repeat scroll 0 0;
}

/* Linkys */
#nav-left ul li.active-sub ul li.active-sub ul li a:link,
#nav-left ul li.active-sub ul li.active-sub ul li a:visited {
	padding: 3px 0 0 60px;
	width: 195px;
	background: transparent url(../i/site/nav_left_level_03.png) repeat-x scroll 0 0;
}

#nav-left ul li.active-sub ul li.active-sub ul li a:link.bottom,
#nav-left ul li.active-sub ul li.active-sub ul li a:visited.bottom {
	background: transparent url(../i/site/nav_left_level_03_last.png) repeat-x scroll 0 0;
}











/**************************************** Content  ****************************************/
#content {
	float: right;
	padding-left: 25px;
	width: 675px;
	height: auto;
	min-height: 500px;
	background: #f0f0f0 url(../i/site/border_vertical.png) repeat-y scroll 0 0;
}

/* LINK - INFORMATION, SMALL */
#content a.info-small:link,
#content a.info-small:visited {
	width: 20px;
	height: 20px;
	background: transparent url(../i/site/info_small.png) no-repeat scroll;
}

#content a.info-small:active,
#content a.info-small:hover {
	background: transparent url(../i/site/info_small_hover.png) no-repeat scroll;
}

/* LINK - INFORMATION, LARGE */
#content a.info-large:link,
#content a.info-large:visited {
	width: 30px;
	height: 30px;
	display: block;
	background: #f0f0f0 url(../i/site/info_large.png) no-repeat scroll 0 0;
}

#content a.info-large:active,
#content a.info-large:hover {
	background: #f0f0f0 url(../i/site/info_large_hover.png) no-repeat scroll 0 0;
}

/* LLINK - BUY, SMALL */
#content a.buy-small:link,
#content a.buy-small:visited {
	width: 50px;
	height: 20px;
	background: transparent url(../i/site/submit_small.png) no-repeat scroll;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#content a.buy-small:active,
#content a.buy-small:hover {
	background: transparent url(../i/site/submit_small_hover.png) no-repeat scroll;
}

#content div.col-left {
	float: left;
	width: 330px;
	height: auto;
}

#content div.col-right {
	float: right;
	width: 330px;
	height: auto;
}

#content div.col-right p.description {
	min-height:	140px; 
	_height: 140px
}

#content div.intro {
	float: left;
	width: 600px;
	height: auto;
}

/* INPUT - TEXT */
#content input.text {
	margin-bottom: 5px;
	padding: 3px;
	width: 322px;
	height: 17px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
}

#content select {
	margin-bottom: 5px;
	padding: 3px;
	width: 330px;
	height: 27px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
}

#content textarea {
	padding: 3px;
	width: 322px;
	height: auto;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	overflow: auto;
}

/* INPUT - SUBMIT, SMALL --> */
#content input.submit-small {
	width: 50px;
	height: 20px;
	background: transparent url(../i/site/submit_small.png) no-repeat scroll 0 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#content input.submit-small:hover {
	background: transparent url(../i/site/submit_small_hover.png) no-repeat scroll 0 0;
} /* <-- END */

/* INPUT - SUBMIT, LARGE --> */
#content input.submit-large {
	width: 75px;
	height: 30px;
	background: transparent url(../i/site/submit_large.png) no-repeat scroll 0 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#content input.submit-large:hover {
	background: transparent url(../i/site/submit_large_hover.png) no-repeat scroll 0 0;
} /* <-- END */

/* INPUT - CHECKBOX */
#content input.checkbox {
	height: 25px;
}

/* INPUT - SUBMIT, CHECKOUT */
#content input.submit-checkout {
	float: right;
	margin-top: 20px;
	width: 120px;
	height: 20px;
	background: transparent url(../i/site/checkout_submit.png) no-repeat scroll 0 0;
	color: #303030;
	font-weight: bold;
}

#content input.submit-checkout:hover {
	background: transparent url(../i/site/checkout_submit_hover.png) no-repeat scroll 0 0;
	color: #fff;
} /* <-- END */

#content span.price-large {
	color: #8b0304;
	font: normal 24px/31px Georgia, "Times New Roman", Times, serif;
}

#content span.price-small {
	color: #8b0304;
	font: normal 12px/12px Georgia, "Times New Roman", Times, serif;
}








/**************************************** Section (Intro) ****************************************/
#intro div.col-left,
#intro div.col-right {
	padding-bottom: 20px;
}








/**************************************** Section (News) ****************************************/
div#news.index {
	background: transparent url(../i/site/visa_mastercard.png) no-repeat scroll 100% 0;
}

#news h2 {
	margin-bottom: 0;
}

#news div.item {
	float: left;
	margin-top: 20px;
	width: 330px;
	height: auto;
}

#news div.wide {
	float: left;
	border: solid 1px #c0c0c0;
	background: #fff url(../i/site/bg_news.jpg) no-repeat center; 
	padding: 5px;
	margin-top: 20px;
	width: 320px;
	height: 274px;
}

#news div.wide { width: 663px}
#news div.wide ul { padding: 20px; position: relative; height: 234px }
#news div.wide ul li { width: 370px }
#news div.wide ul li.image {
	float: right;
	width: 230px;
	height: 230px;
	/*border: solid 1px #e1e1e1*/
}
#news div.wide ul li.image img { width: 230px; height: 230px }


#news div.wide ul li.header, #news div.wide ul li.price  {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 50px; 
	font-size: 50px;
	color: #8b0304;
	padding-bottom: 10px
}

#news div.wide ul li.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px; 
	font-size: 30px;
}
#news div.wide ul li.description {
	border-top: solid 1px #e1e1e1;
	margin-top: 10px;
	padding-top: 20px;
	line-height: 15px;
	position: absolute;
	left: 20px; 
	bottom: 22px;
}

#news div.item2 {
	float: left;
	position: relative;
	margin-top: 20px;
	width: 330px;
	height: 330px;
	border: solid 1px #c0c0c0
}

#news div.item2 ul { 
	position: absolute; 
	left: 0;
	bottom: 0;
	padding: 20px 20px 15px;
}

#news div.item2 ul li.caption {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px; 
	font-size: 20px;
	width: 190px;
}
#news div.item2 ul li.price {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	text-align: right; 
	font-size: 30px;
	width: 100px;
	color: #8b0304;
}
#news div.item2 ul li.description {
	float: left;
	width: 290px;
	line-height: 15px;
	padding-top: 10px
}

#news div.item2 ul li.description img, #news div.wide ul li.description img {
	float: right; 
	margin-left: 10px; width: auto; height: auto
}
#news div.item2 div.border a {
	width: 330px; height: 330px; float: left
}
#news div.item2 img {
	display: block; width: 330px; height: 330px;
}

#news div.item2 div.border {
	width: 330px;
	height: 330px;
	position: absolute; 
	left: 0; 
	top: 0;
	background: url(../i/site/news_border.png) no-repeat center
}

#news div.right {
	float: right;
}

#news div.item.right {
	float: right;
}

#news div.item ul {
	float: left;
}

#news div.item ul li {
	float: left;
}

/* Image */
#news div.item ul li.image {
	padding-bottom: 10px;
	width: 330px;
	height: 150px;
}

/* Caption & Description */
#news div.item ul li.caption,
#news div.item ul li.description {
	padding-right: 10px;
	width: 290px;
}

#news div.item ul li.caption {
	font-weight: bold;
}

#news div.item ul li.description {
	line-height: 12px;
}

/* Info */
#news div.item ul li.info {
	float: right;
}

#news div.item ul li.info a {
	display: block;
}


/**************************************** Section (Brands) ****************************************/
#brands #logo {
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 675px;
	height: auto;
	background: transparent url(../i/site/border_horizontal_small.png) repeat-x scroll 0 100%;
}

#brands #logo img {
	padding: 4px;
	border: 1px solid #c0c0c0;
	background-color: #fff;

}

#brands div.col-left {
	padding-bottom: 20px;
}


/**************************************** Section (Items) ****************************************/
#items h2 {
	margin-bottom: 0;
}

#items div.col-left,
#items div.col-right {
	padding-top: 20px;
}

#items #pagecount {
	float: left;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

#items div.col-left {
	padding-top: 20px;
}

#items div.item {
	float: left;
	padding: 20px 15px 0 0;
	width: 215px;
	height: auto;
}

#items div.item.right {
	float: right;
	padding-right: 0;
}


/* Image */
#items div.item ul li.image {
	margin-bottom: 10px;
	padding: 4px;
	width: 205px;
	height: 205px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
}

#items div.item ul li.image img {
	width: 205px;
	height: 205px;
}

/* Number */
#items div.item ul li.number {
	font: normal 11px/18px Arial, Verdana, Helvetica, sans-serif;
}

/* Name */
#items div.item ul li.name {
	padding-bottom: 10px;
	height: 35px;
	font-weight: bold;
}

/* Price */
#items div.item ul li.price {
	float: left;
}

/* Info & Buy */
#items div.item ul li.info {
	float: right;
}

#items div.item ul li.info a,
#items div.item ul li.buy a {
	float: left;
	padding-left: 25px;
	width: auto;
}








/**************************************** Section (Fullpost) ****************************************/
#fullpost h3 {
	float: left;
	width: 100%;
}

/*
=Navigation Fullpost
*/
#fullpost ul#nav-fullpost {
	float: left;
	padding-bottom: 20px;
	width: 675px;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
}

#fullpost ul#nav-fullpost li {
	float: left;
	margin-right: 150px;
}

#fullpost ul#nav-fullpost li.disabled {
	display: block;
	padding-top: 3px;
	width: 125px;
	height: 17px;
	background: transparent url(../i/site/nav_fullpost.png) no-repeat scroll 0 0;
	color: #909090;
	text-align: center;
	font-weight: bold;
}

#fullpost ul#nav-fullpost li#next {
	margin-right: 0;
}

#fullpost ul#nav-fullpost li a:link,
#fullpost ul#nav-fullpost li a:visited {
	padding-top: 3px;
	width: 125px;
	height: 17px;
	display: block;
	background: transparent url(../i/site/nav_fullpost.png) no-repeat scroll 0 0;
	text-align: center;
}

#fullpost ul#nav-fullpost li a:active,
#fullpost ul#nav-fullpost li a:hover {
	background: transparent url(../i/site/nav_fullpost_hover.png) no-repeat scroll 0 0;
} /* <-END */

#fullpost h2 span.right {
	float: right;
}

#fullpost div.col-left,
#fullpost div.col-right {
	padding-bottom: 20px;
}

/*
=Col-Left
*/
#fullpost div.col-left div.img {
	padding: 4px;
	width: 320px;
	height: 320px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
}

#fullpost div.col-left div.img img {
	width: 320px;
	height: 320px;
}

div.col-left #thumbs {
	
}

div.col-left #thumbs a {
	border: solid 1px #c0c0c0;
	width: 73px;
	height: 73px;
	float: left
	
}
div.col-left #thumbs a.active {
	border-color: #8B0304
}
div.col-left #thumbs img {
	float: left;
	width: 73px;
	height: 73px;
}
div.col-left #thumbs div {
	float: left;
	margin: 10px 10px 0 0;
}
div.col-left #thumbs div.right {
	margin-right: 0;
}


/*
=Col-Right
*/
#fullpost h3 span.right {
	float: right;
}

#fullpost div.col-right a.info-small {
	display: block;
	padding: 0 0 20px 25px;
	width: auto;
}

/*
=Form
*/
#fullpost ul#select {
	float: left;
	padding-bottom: 20px;
}

#fullpost ul#select li {
	float: left;
	margin-right: 15px;
}

#fullpost ul#select li.right {
	margin-right: 0;
}

#fullpost ul#select li select {
}

/* Submit */
#fullpost div.submit-large {
	float: left; width: 330px
}








/**************************************** Section (Samexpo) ****************************************/
#samexpo div.item {
	float: left;
	padding: 0 15px 20px 0;
	width: 123px;
	height: auto;
}

#samexpo div.item.right {
	float: right;
	padding-right: 0;
}

#samexpo div.item ul {
	font: normal 11px/18px Arial, Verdana, Helvetica, sans-serif;
}

/* Image */
#samexpo div.item ul li.image {
	margin-bottom: 10px;
	padding: 4px;
	width: 113px;
	height: 113px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
}

#samexpo div.item ul li.image img {
	width: 113px;
	height: 113px;
}

/* Name */
#samexpo div.item ul li.name {
	padding-bottom: 10px;
	height: 35px;
	font-weight: bold;
}

/* Price */
#samexpo div.item ul li.price {
	float: left;
}









/**************************************** Information Pages ****************************************/
#information ul li {
	padding-left: 20px;
	background: transparent url(../i/site/sitemap.png) no-repeat scroll 0 50%;
}

#information input.submit-small {
	margin-bottom: 20px;
}

#information #password {
	float: left;
}








/**************************************** Account ****************************************/
#account h1 span.right {
	float: right;
	color: #606060;
}

#account h3 span.right {
	float: right;
}

#account h3.checkout {
	margin-top: 20px;
}

/*
=Form
*/
#account form {
	float: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 675px;
	height: auto;
	background: transparent url(../i/site/border_horizontal_small.png) repeat-x scroll 0 100%;
}

#account form h3 {
	padding-top: 15px;
}

#account form p {
	margin-bottom: 0;
	font-weight: bold;
}

#account form input.checkbox {
	float: left;
}

#account form span.email {
	float: right;
	padding-top: 3px;
	height: 22px;
}

/*
=Order List
*/
#account h4.orders {
	padding-bottom: 10px;
}


#account ul {
	float: left;
	padding: 5px 0 0;
	width: 675px;
	height: 24px;
	border-bottom: 1px solid #c0c0c0;
}

#account ul:hover {
	background-color: #e0e0e0;
}

#account ul.top {
	font-weight: bold;
	background-color: #e0e0e0;
}

#account ul.top li.date {
	padding-left: 26px;
	width: 125px;
}

#account ul li {
	float: left;
	width: 131px;
	height: 22px;
}

/* TOGGLE --> */
#account ul li.order-items-toggle {
	padding-right: 4px;
	width: 16px;
}

#account ul li.order-items-toggle input {
	padding-top: 1px;
} /* <-- END */


/* DATE */
#account ul li.date {
	padding-left: 6px;
	width: 125px;
}

/* QUANTITY */
#account ul li.quantity {
	text-align: center;
}

/*
=Order Items
*/
#account div.order-items {
	float: left;
	padding: 20px 25px 30px;
	width: 625px;
	background-color: #606060;
}

#account div.order-items ul {
	width: 625px;
	border-bottom: 1px solid #505050;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
}

#account div.order-items ul:hover {
	background: #696969;	
}

#account div.order-items ul.top {
	height: 23px;
	border-top: 1px solid #505050;
	background-color: #909090;
}

#account div.order-items ul li {
	width: 75px;
	text-align: center;
}

#account div.order-items ul li.item-name {
	padding-left: 10px;
	width: 390px;
	text-align: left;
}








/**************************************** Checkout ****************************************/
#checkout img {
	vertical-align: middle;
}

#checkout h1 {
	margin-bottom: 0;
}

#checkout h4 span {
	float: right;
}

#checkout ul {
	padding: 5px 0 0;
	width: 675px;
	height: 24px;
	border-bottom: 1px solid #c0c0c0;
}

#checkout ul:hover {
	background-color: #e0e0e0;
}

#checkout ul.top {
	margin-top: 30px;
	font-weight: bold;
	background-color: #e0e0e0;
}

#checkout ul li {
	float: left;
	width: 75px;
	height: 22px;
}

#checkout ul li.name {
	padding-left: 10px;
	width: 440px;
}

#checkout ul li.sum {
	text-align: right;
}

#checkout input.submit-small {
	float: right;
	margin-top: 20px;
}

/*
=Chechout-address
*/
#checkout-adress {
	float: left;
	padding-top: 20px;
}







/**************************************** Sitemap ****************************************/
#sitemap div.list {
	float: left;
	padding-right: 15px;
	width: 184px;
	height: auto;
}

#sitemap div.list.right {
	float: right;
	padding-right: 0;
}

#sitemap div.list ul li a {
	padding-left: 20px;
	background: transparent url(../i/site/sitemap.png) no-repeat scroll 0 50%;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
}

/*
=Level 02
*/
#sitemap div.list ul li ul li a {
	padding-left: 40px;
	background: transparent url(../i/site/sitemap.png) no-repeat scroll 20px 50%;
}

/*
=Level 03
*/
#sitemap div.list ul li ul li ul li a {
	padding-left: 60px;
	background: transparent url(../i/site/sitemap.png) no-repeat scroll 40px 50%;
}








/**************************************** Footer ****************************************/
#footer-wrapper {
	background: transparent url(../i/site/footer_wrapper_bg.png) no-repeat scroll 0 0;
}

#footer {
	padding: 17px 50px 0;
	width: 980px;
	height: 33px;
}

#footer ul {
	color: #909090;
	text-align: center;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
}

#footer ul li {
	margin-right: 15px;
	display: inline;
}

#footer ul li a:link,
#footer ul li a:visited {
	color: #909090;
}

#footer ul li a:active,
#footer ul li a:hover {
	color: #fff;
}

/*
=Footer Sub
*/
#footer-sub {
	padding: 10px 50px 60px;
}

#footer-sub ul {
	color: #606060;
	text-align: center;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
}

#footer-sub ul li {
	margin-right: 5px;
	display: inline;
}

#footer-sub ul li.right {
	margin-right: 0;
}

#footer-sub ul li a:link,
#footer-sub ul li a:visited {
	color: #606060;
}

#footer-sub ul li a:active,
#footer-sub ul li a:hover {
	color: #303030;
}
