/*
Cascading Style Sheet for http://www.rollodin.se
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;
	outline: 0 none;
}

img {
	border: 0 none;
}

input,
textarea {
	border: 0 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;
}








/* =Misc
---------------------------------------------------------------------------------------------------->
*/
body {
	background: #002b64 url(../i/bg.png) repeat-x fixed 0 0;
	color: #3f3f3f;
	text-align: center;
	font: normal 12px/19px Arial, Helvetica, sans-serif;
}

a:link,
a:visited {
	color: #4978bc;
	font-weight: bold;
}

a:hover,
a:focus,
a:active {
	color: #ec008c;
}

h1 {
	margin-bottom: 20px;
	color: #8b0304;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
	color: #4978bc;
	font: bold 24px/31px Arial, Helvetica, sans-serif;
}

h3 {
	padding-bottom: 10px;
	font: bold 14px/21px Arial, Helvetica, sans-serif;
}

h4 {
	font: bold 12px/19px Arial, Helvetica, sans-serif;
}

hr {
	padding-bottom: 10px;
	height: 1px;
	border: none;
	border-top: 1px solid #cfcfcf;
}

p {
	padding-bottom: 10px;
}

/*
=Classes
*/
input.hidden {
	display: none;
}

span.blue {
	color: #4978bc;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

span.magenta {
	color: #ec008c;
}

span.price {
	color: #ec008c;
	font-weight: bold;
}

span.red {
	color: #990000;
}










/* =Wrapper
---------------------------------------------------------------------------------------------------->
*/
#wrapper {
	margin: 0 auto;
	padding: 20px 0 30px;
	width: 980px;
	height: auto;
	text-align: left;
}








/* =Header
---------------------------------------------------------------------------------------------------->
*/
#header {
	width: 980px;
	height: 115px;
}

#header span.left {
	float: left;
	width: 25px;
	height: 115px;
	background: transparent url(../i/header_left.png) no-repeat scroll 0 0;
}

#header span.right {
	float: right;
	width: 25px;
	height: 115px;
	background: transparent url(../i/header_right.png) no-repeat scroll 0 0;
}

#header div.center {
	position: relative;
	float: left;
	padding-top: 20px;
	width: 930px;
	height: 95px;
	background: transparent url(../i/header.png) no-repeat scroll 0 0;
}

#header div ul {
	color: #fff;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/*
=Droplist Cart
*/
#header div#shopping-cart {
	top: 60px;
	left: 630px;
}

#header div#samples-cart {
	top: 60px;
	left: 320px;
}

#header div.droplist {
	position: absolute;
	width: 300px;
	height: auto;
	text-transform: none;
}

#header div.droplist span.top {
	display: block;
	width: 300px;
	height: 25px;
	background: transparent url(../i/droplist_top.png) no-repeat scroll 0 0;
}

#header div.droplist span.bottom {
	display: block;
	width: 300px;
	height: 30px;
	background: transparent url(../i/droplist_bottom.png) no-repeat scroll 0 0;
}

#header div.droplist ul {
	padding: 0 25px;
	width: 250px;
	height: auto;
	background-color: #3f3f3f;
	text-transform: none;
}

#header div.droplist ul li {
	padding-top: 3px;
	width: 250px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	background: #3f3f3f url(../i/droplist_border.png) repeat-x scroll 0 100%;
}

#header div.droplist ul li.text {
	padding-top: 0;
	height: auto;
	background: none;
}

#header div.droplist ul li a:link,
#header div.droplist ul li a:visited {
	color: #fff;
}

#header div.droplist ul li a:hover,
#header div.droplist ul li a:focus,
#header div.droplist ul li a:active {
	color: #ec008c;
}

/*
=Logo
*/
#header h1#logo {
	float: left;
	margin-bottom: 0;
	width: 220px;
	height: 65px;
}

#header h1#logo a {
	display: block;
	width: 220px;
	height: 65px;
	text-indent: -5000px;
}

/*
=Navigation Samples
*/
ul#nav-samples {
	float: right;
	padding: 8px 0 0 10px;
	width: 290px;
	height: 27px;
}

ul#nav-samples li {
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	background: transparent url(../i/nav_co.png) no-repeat scroll 100% 50%;
}

ul#nav-samples li.empty {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

ul#nav-samples li.sum {
	margin-right: 0;
	padding-right: 0;
	background: none;
	color: #3f3f3f;
}

ul#nav-samples li span {
	color: #3f3f3f;
}

ul#nav-samples li a:link,
ul#nav-samples li a:visited {
	color: #fff;
}

ul#nav-samples li a:hover,
ul#nav-samples li a:focus,
ul#nav-samples li a:active {
	color: #3f3f3f;
}

/*
=Navigation Cart
*/
ul#nav-cart {
	float: right;
	padding: 8px 0 0 20px;
	width: 290px;
	height: 27px;
}

ul#nav-cart li {
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	background: transparent url(../i/nav_co.png) no-repeat scroll 100% 50%;
}

ul#nav-cart li.empty {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

ul#nav-cart li.sum {
	margin-right: 0;
	padding-right: 0;
	background: none;
	color: #3f3f3f;
}

ul#nav-cart li span {
	color: #3f3f3f;
}

ul#nav-cart li a:link,
ul#nav-cart li a:visited {
	color: #fff;
}

ul#nav-cart li a:hover,
ul#nav-cart li a:focus,
ul#nav-cart li a:active {
	color: #3f3f3f;
}

/*
=Navigation Co.
*/
ul#nav-co {
	float: left;
	padding: 17px 0 0 10px;
	width: 700px;
	height: 13px;
}

ul#nav-co li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	background: transparent url(../i/nav_co.png) no-repeat scroll 100% 50%;
}

ul#nav-co li.right {
	margin-right: 10px;
	padding-right: 0;
	background: none;
}

ul#nav-co li a:link,
ul#nav-co li a:visited {
	color: #fff;
}

ul#nav-co li a:hover,
ul#nav-co li a:focus,
ul#nav-co li a:active {
	color: #b9e5fb;
}








/* =Nav-top
---------------------------------------------------------------------------------------------------->
*/
#nav-top {
	width: 980px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

#nav-top span.left {
	float: left;
	width: 25px;
	height: 35px;
	background: transparent url(../i/nav_top_left.png) no-repeat scroll 0 0;
}

#nav-top span.right {
	float: right;
	width: 25px;
	height: 35px;
	background: transparent url(../i/nav_top_right.png) no-repeat scroll 0 0;
}

#nav-top ul {
	float: left;
	padding: 5px 0 0;
	width: 930px;
	height: 30px;
	background: transparent url(../i/nav_top.png) repeat-x scroll 0 0;
	color: #fff;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	overflow: hidden;
}

#nav-top ul li {
	float: left;
	padding-right: 6px;
	width: 228px;
	height: 30px;
	text-align: center;
}

#nav-top ul li.right {
	padding-right: 0;
}

#nav-top ul li a:link,
#nav-top ul li a:visited {
	display: block;
	width: 228px;
	height: 30px;
	color: #fff;
}

#nav-top ul li a:hover,
#nav-top ul li a:focus,
#nav-top ul li a:active {
	background: transparent url(../i/nav_top_hover.png) no-repeat scroll 50% 20px;
}

#nav-top ul li a.active:link,
#nav-top ul li a.active:visited,
#nav-top ul li a.active:hover,
#nav-top ul li a.active:focus,
#nav-top ul li a.active:active {
	background: transparent url(../i/nav_top_active.png) no-repeat scroll 0 0;
}

#nav-top ul li a.active-sub:link,
#nav-top ul li a.active-sub:visited,
#nav-top ul li a.active-sub:hover,
#nav-top ul li a.active-sub:focus,
#nav-top ul li a.active-sub:active {
	background: transparent url(../i/nav_top_active_sub.png) no-repeat scroll 0 0;
}

/*
=Sub section
*/
#nav-top ul#nav-top-sub {
	padding: 5px 25px 0;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	text-align: center;
}

#nav-top ul#nav-top-sub li {
	float: none;
	display: inline;
	padding-right: 0;
	width: 100px;
}

#nav-top ul#nav-top-sub li a {
	display: inline-block;
	width: 100px;
}

#nav-top ul#nav-top-sub li a.active {
	background: transparent url(../i/nav_top_sub_active.png) no-repeat scroll 0 0;
}








/* =Content
---------------------------------------------------------------------------------------------------->
*/
#content {
	padding: 20px 25px 20px;
	width: 930px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #fff;
}

#content a:link,
#content a:visited,
#content a:hover,
#content a:focus,
#content a:active {
	font-weight: normal;
	text-decoration: underline;
}

#content a:link.more,
#content a:visited.more {
	width: 20px;
	height: 20px;
	background: transparent url(../i/button_more.png) no-repeat scroll 0 0;
}

#content a:hover.more,
#content a:focus.more,
#content a:active.more {
	background: transparent url(../i/button_more_hover.png) no-repeat scroll 0 0;
}

#content a:link.less,
#content a:visited.less {
	width: 20px;
	height: 20px;
	background: transparent url(../i/button_less.png) no-repeat scroll 0 0;
}

#content a:hover.less,
#content a:focus.less,
#content a:active.less {
	background: transparent url(../i/button_less_hover.png) no-repeat scroll 0 0;
}

#content a:link.delete,
#content a:visited.delete {
	width: 20px;
	height: 20px;
	background: transparent url(../i/button_delete.png) no-repeat scroll 0 0;
}

#content a:hover.delete,
#content a:focus.delete,
#content a:active.delete {
	background: transparent url(../i/button_delete_hover.png) no-repeat scroll 0 0;
}

#content a:link.info,
#content a:visited.info {
	width: 20px;
	height: 20px;
	background: transparent url(../i/button_info.png) no-repeat scroll 0 0;
}

#content a:hover.info,
#content a:focus.info,
#content a:active.info {
	background: transparent url(../i/button_info_hover.png) no-repeat scroll 0 0;
}

#content a:link.submit,
#content a:visited.submit {
	width: 50px;
	height: 20px;
	background: transparent url(../i/button_submit.png) no-repeat scroll 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#content a:hover.submit,
#content a:focus.submit,
#content a:active.submit {
	background: transparent url(../i/button_submit_hover.png) no-repeat scroll 0 0;
}

#content div.col-wide {
	float: left;
	padding-left: 145px;
	padding-right: 20px;
	width: 645px;
	height: auto;
}

#content div.col-left {
	float: left;
	padding-right: 20px;
	width: 405px;
	height: auto;
}

#content div.col-right {
	float: right;
	width: 505px;
	height: auto;
}

#content input.submit {
	display: block;
	padding-bottom: 3px;
	width: 50px;
	height: 20px;
	background: transparent url(../i/button_submit.png) no-repeat scroll 0 0;
	color: #fff;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#content input.submit:hover {
	background: transparent url(../i/button_submit_hover.png) no-repeat scroll 0 0;
}

#content input.lastsubmit {
	display: block;
	padding-bottom: 3px;
	width: 125px;
	height: 20px;
	background: transparent url(../i/button_submit_large.png) no-repeat scroll 0 0;
	color: #fff;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#content input.lastsubmit:hover {
	background: transparent url(../i/button_submit_large_hover.png) no-repeat scroll 0 0;
}








/* =Index-left
---------------------------------------------------------------------------------------------------->
*/
#index-left {
	float: left;
	padding-right: 25px;
	width: 675px;
	height: auto;
}


/*
=Puff
*/
#puff {
	width: 675px;
	height: auto;
}

#puff ul {
	float: left;
	padding: 0 15px 20px 0;
	width: 330px;
	height: 200px;
}

#puff ul.right {
	padding: 0 0 20px 0;
}

#puff ul li.image {
	padding: 5px;
	width: 320px;
	height: 155px;
	background: transparent url(../i/puff_img.png) no-repeat scroll 0 0;
}

#puff ul li.image img {
	float: left;
	width: 320px;
	height: 155px;
}

#puff ul li.title {
	width: 330px;
	height: 35px;
}

#puff ul li.title h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}

#puff ul li.title h3 a:link,
#puff ul li.title h3 a:visited {
	display: block;
	padding: 5px 0 0 15px;
	width: 315px;
	height: 30px;
	background: transparent url(../i/puff_href.png) no-repeat scroll 0 0;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#puff ul li.title h3 a:hover,
#puff ul li.title h3 a:focus,
#puff ul li.title h3 a:active {
	background: transparent url(../i/puff_href_hover.png) no-repeat scroll 0 0;
}

/*
=Welcome
*/
#welcome {
	padding: 15px;
	width: 643px;
	border: 1px solid #cfcfcf;
}

#welcome ul li {
	float: left;
	padding-right: 15px;
	width: 314px;
	height: 95px;
}

#welcome ul li.right {
	padding-right: 0;
	background: transparent url(../i/charge_card.png) no-repeat scroll 0 100%;
}

#welcome p {
	padding-bottom: 0;
}








/* =Index-right
---------------------------------------------------------------------------------------------------->
*/
#index-right {
	float: right;
	padding-left: 25px;
	width: 205px;
	height: auto;
	background: transparent url(../i/border_grey_dotted_v.png) repeat-y scroll 0 0;
}

#index-right h4 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cfcfcf;
	text-transform: uppercase;
}

#index-right h3 {
	margin-bottom: 0;
	border-bottom: 0 none;
}

#index-right ul {
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#index-right ul li {
	margin-bottom: 10px;
	width: 205px;
	height: 75px;
}

#index-right ul li.img {
	height: auto;
}

/* Samples */
#index-right ul li.samples {
	padding: 17px 0 0 85px;
	width: 120px;
	height: 58px;
	background: transparent url(../i/info_samples.png) no-repeat scroll 0 0;
}

/* Image Gallery */
#index-right ul li.image-gallery a:link,
#index-right ul li.image-gallery a:visited {
	display: block;
	padding: 27px 0 0 85px;
	width: 120px;
	height: 48px;
	background: transparent url(../i/info_image_gallery.png) no-repeat scroll 0 0;
}

#index-right ul li.image-gallery a:hover,
#index-right ul li.image-gallery a:focus,
#index-right ul li.image-gallery a:active {
	background: transparent url(../i/info_image_gallery_hover.png) no-repeat scroll 0 0;
}








/* =Section
---------------------------------------------------------------------------------------------------->
*/
#section {
	padding-bottom: 20px;
}

/*
=Col-Left
*/
#section div.col-left input.text {
	float: left;
	margin: 0 15px 10px 0;
	padding: 3px;
	width: 187px;
	height: 17px;
	border: 1px solid #cfcfcf;
}

#section div.col-left input.text.right {
	margin: 0 0 10px 0;
}

#section div.col-left input.submit {
	margin-top: 10px;
}

/*
=Col-Right
*/
#section div#section-img {
	float: right;
	width: 505px;
	height: 305px;
}

#section div#section-img img {
	float: left;
	width: 505px;
	height: 305px;
}








/* =Items
---------------------------------------------------------------------------------------------------->
*/
#items div.row {
	padding-bottom: 20px;
	width: 930px;
	height: auto;
}

#items ul {
	float: left;
	padding-right: 15px;
	width: 174px;
	height: 214px;
}

#items ul.right {
	padding-right: 0;
}

/* Image */
#items ul li.img {
	padding: 5px;
	width: 164px;
	height: 164px;
	background: transparent url(../i/items_img.png) no-repeat scroll 0 0;
}

#items ul li.img img {
	float: left;
	width: 164px;
	height: 164px;
}

/* Title */
#items ul li.title {
	padding-top: 5px;
	width: 174px;
	height: 35px;
	text-align: center;
}

#items ul li a:link,
#items ul li a:visited,
#items ul li a:hover,
#items ul li a:focus,
#items ul li a:active {
	font-weight: bold;
	text-decoration: none;
}








/* =Fullpost
---------------------------------------------------------------------------------------------------->
*/
#fullpost {
	padding-bottom: 20px;
}

#fullpost h2 span {
	float: right;
	padding: 8px 0 0 0;
	font: normal 12px/19px Arial, Helvetica, sans-serif;
}

#fullpost h2 span span {
	float: left;
	padding: 0 0 0 15px;
	color: #9f9f9f;
	font-weight: bold;
}

#fullpost h2 span a:link,
#fullpost h2 span a:visited,
#fullpost h2 span a:hover,
#fullpost h2 span a:focus,
#fullpost h2 span a:active {
	float: left;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
}

#fullpost-img {
	padding-bottom: 20px;
	text-align: center;
}

ul#zoom {
	float: left;
	margin-bottom: 20px;
	padding: 0 0 20px 65px;
	width: 340px;
	border-bottom: 1px solid #cfcfcf;
}

ul#zoom li {
	padding-right: 15px;
	float: left;
}

ul#zoom li.sample {
	padding: 0 0 10px 0;
	width: 275px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
}

ul#zoom li.share {
	padding: 3px 0 0 10px;
}

ul#zoom li.right {
	padding-right: 0;
}

ul#zoom li a:link,
ul#zoom li a:visited,
ul#zoom li a:hover,
ul#zoom li a:focus,
ul#zoom li a:active {
	font-weight: bold;
	text-decoration: none;
}

ul#zoom li.sample a:link,
ul#zoom li.sample a:visited {
	display: block;
	padding-top: 5px;
	width: 275px;
	height: 25px;
	background: transparent url(../i/button_sample.png) no-repeat scroll 0 0;
	color: #fff;
}

ul#zoom li.sample a:hover,
ul#zoom li.sample a:focus,
ul#zoom li.sample a:active {
	background: transparent url(../i/button_sample_hover.png) no-repeat scroll 0 0;
	color: #fff;
}

ul#zoom li.zoom a {
	display: inline-block;
	padding-left: 30px;
	width: auto;
	height: 20px;
	background: transparent url(../i/button_zoom.png) no-repeat scroll 0 0;
}

ul#zoom li.zoom a:hover {
	background: transparent url(../i/button_zoom_hover.png) no-repeat scroll 0 0;
}

/*
=Size-list
*/
#size-list h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
}

#size-list ul {
	padding: 5px 0;
	width: 505px;
	height: 20px;
	border-bottom: 1px solid #cfcfcf;
}

#size-list ul:hover {
	background-color: #efefef;
}

#size-list ul li {
	padding-right: 15px;
	float: left;
}

/* Title */
#size-list ul li.title {
	width: 190px;
}

/* Artnr */
#size-list ul li.artnr {
	width: 100px;
}

/* Price */
#size-list ul li.price {
	width: 75px;
	color: #ec008c;
	font-weight: bold;
	text-align: right;
}

/* Quantity */
#size-list ul li.quantity {
	width: 30px;
}

#size-list ul li.quantity input {
	width: 26px;
	height: 18px;
	border: 1px solid #cfcfcf;
	text-align: right;
	padding-right: 2px;
}

/* Buy */
#size-list ul li.buy {
	padding-right: 0;
	width: 50px;
}

/* Slut*/
#size-list ul li.slut {
	padding-right: 0;
	width: 95px;
	color: #990000;
	font-weight: bold;
}








/* =Accessories
---------------------------------------------------------------------------------------------------->
*/
#accessories div.row {
	padding-bottom: 20px;
}

#accessories ul {
	float: left;
	padding-right: 20px;
	width: 455px;
	height: 216px;
}

#accessories ul.right {
	padding-right: 0;
}

#accessories ul li {
	float: left;
}

/* Image */
#accessories ul li.img {
	padding: 5px;
	width: 164px;
	height: 164px;
	background: transparent url(../i/items_img.png) no-repeat scroll 0 0;
}

#accessories ul li.img img {
	float: left;
	width: 164px;
	height: 164px;
}

/* Info */
#accessories ul li.info {
	padding-left: 15px;
	width: 266px;
	height: 174px;
	overflow: hidden;
}

#accessories ul li.artnr,
#accessories ul li.price,
#accessories ul li.quantity,
#accessories ul li.buy,
#accessories ul li.slut {
	margin-top: 10px;
	padding: 5px 0;
	width: 130px;
	height: 20px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

/* Price */
#accessories ul li.price {
	color: #ec008c;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 0;
	width: 100px;
	height: 20px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

/* ArtNr */
#accessories ul li.artnr {
	margin-top: 10px;
	padding: 5px 0;
	width: 160px;
	height: 20px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

#accessories ul li.quantity input {
	width: 48px;
	height: 18px;
	border: 1px solid #cfcfcf;
	text-align: right;
	padding-right: 2px;
}
#accessories ul li.slut {
	padding-right: 0;
	width: 95px;
	color: #990000;
	font-weight: bold;
}

/* Buy */
#accessories ul li.buy {
	padding: 5px 0 5px 15px;
	width: 50px;
}

#accessories ul li span {
	padding-right: 5px;
	color: #3f3f3f;
	font-weight: normal;
}

#accessories ul#nav-bottom {
	padding-top: 0;
	border-top: none;
}








/* =Gallery
---------------------------------------------------------------------------------------------------->
*/
#gallery div.row {
	padding-bottom: 20px;
	width: 930px;
	height: auto;
}

#gallery ul {
	float: left;
	padding-right: 15px;
	width: 174px;
	height: 155px;
}

#gallery ul.right {
	padding-right: 0;
}

/* Image */
#gallery ul li.img {
	padding: 5px;
	width: 164px;
	height: 115px;
	background: transparent url(../i/gallery_img.png) no-repeat scroll 0 0;
}

#gallery ul li.img img {
	float: left;
	width: 164px;
	height: 115px;
}

/* Title */
#gallery ul li.title {
	padding-top: 5px;
	width: 174px;
	height: 25px;
	text-align: center;
}

#gallery ul li a:link {
	font-weight: bold;
	text-decoration: none;
}








/* =Samples
---------------------------------------------------------------------------------------------------->
*/
#samples h4 {
	padding-bottom: 10px;
}

#samples p {
	width: 405px;
}

#samples ul {
	padding: 5px 10px;
	height: 30px;
	border-bottom: 1px solid #cfcfcf;
	text-align: center;
}

#samples ul:hover {
	background-color: #efefef;
}

#samples ul.top {
	height: 19px;
	border-top: 1px solid #cfcfcf;
	background-color: #efefef;
	font-weight: bold;
}

#samples ul.top li {
	padding-top: 0;
}

#samples ul li {
	padding-top: 5px;
	float: left;
	width: 100px;
}

#samples ul li.name {
	width: 310px;
	text-align: left;
}

#samples ul li.sample {
	padding-top: 0;
}

#samples ul li.sample img {
	width: 28px;
	height: 28px;
	border: 1px solid #cfcfcf;
	vertical-align: middle;
}

#samples ul li a {
	display: inline-block;
}

/*
=Adress (Samples)
*/
#samples-address {
	float: left;
	width: 405px;
	padding-top: 20px;
}

#samples-address ul {
	padding: 10px 0 20px;
	float: left;
	width: 405px;
}

#samples-address ul li.input {
	padding-bottom: 5px; 
}

#samples-address ul li input.text {
	padding: 3px;
	width: 292px;
	height: 17px;
	border: 1px solid #cfcfcf;
}








/* =Cart
---------------------------------------------------------------------------------------------------->
*/
#cart h4 {
	padding-bottom: 10px;
}

#cart ul {
	padding: 5px 10px;
	height: 20px;
	border-bottom: 1px solid #cfcfcf;
	text-align: center;
}

#cart ul:hover {
	background-color: #efefef;
}

#cart ul.top {
	height: 19px;
	border-top: 1px solid #cfcfcf;
	background-color: #efefef;
	font-weight: bold;
}

#cart ul li {
	float: left;
	width: 100px;
}

#cart ul li.artnr {
	text-align: left;
}

#cart ul li.name {
	width: 310px;
	text-align: left;
}

#cart ul li.price {
	color: #ec008c;
	font-weight: bold;
	text-align: right;
}

#cart ul li.headprice {
	font-weight: bold;
	text-align: right;
}

#cart ul li a {
	display: inline-block;
}

#cart ul li a.less {
	margin-left: 5px;
}








/* =Checkout
---------------------------------------------------------------------------------------------------->
*/
#checkout a.submit {
	float: right;
}

#checkout h2 {
	margin-bottom: 0;
	border-bottom: none;
}

#checkout h2 span {
	float: right;
	padding: 8px 0 0 0;
	color: #cfcfcf;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
}

#checkout h2 span span {
	float: left;
	padding: 0 0 0 15px;
}

#checkout h2 span span.active {
	color: #ec008c;
}

#checkout h2 span span a:link,
#checkout h2 span span a:visited,
#checkout h2 span span a:hover,
#checkout h2 span span a:focus,
#checkout h2 span span a:active {
	font-weight: bold;
	text-decoration: none;
}

#checkout h4 {
	padding-bottom: 10px;
}

#checkout input.radio {
	margin-top: 10px;
}

#checkout textarea {
	border: 1px solid #cfcfcf;
}

#checkout div {
	float: left;
	padding-bottom: 20px;
}

/*
=Table - Order
*/
#checkout div ul {
	padding: 5px 10px;
	height: 20px;
	border-bottom: 1px solid #cfcfcf;
	text-align: center;
}

#checkout div ul:hover {
	background-color: #efefef;
}

#checkout div ul.top {
	height: 19px;
	border-top: 1px solid #cfcfcf;
	background-color: #efefef;
	font-weight: bold;
}

#checkout div ul.top li.artnr {
	color: #3f3f3f;
}

#checkout div ul.freight {
	height: auto;
}

#checkout div ul li {
	float: left;
	width: 100px;
	vertical-align: middle;
}

#checkout div ul li.artnr {
	text-align: left;
}

#checkout div ul li.name {
	width: 510px;
	text-align: left;
}

#checkout div ul li.apris,
#checkout div ul li.sum {
	text-align: right;
}

#checkout div ul li a {
	display: inline-block;
	margin-top: 10px;
}

#checkout div ul li img {
	padding-left: 10px;
}

#checkout div ul li span {
	display: block;
}


/*
=Address (Checkout)
*/
#checkout-address {
	padding-bottom: 20px;
}

#checkout-address p {
	width: 330px;
}

#checkout-address ul {
	float: left;
	padding-right: 15px; 
	width: 300px;
}

#checkout-address ul.right {
	padding-right: 0; 
}

#checkout-address ul li.input {
	padding-bottom: 5px; 
}

#checkout-address ul li.info {
	padding-bottom: 10px;
}

#checkout-address ul li h4.sms {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cfcfcf;
}

#checkout-address ul li input.text {
	padding: 3px;
	width: 292px;
	height: 17px;
	border: 1px solid #cfcfcf;
}

#checkout-address ul li input.checkbox {
	margin-right: 5px;
}








/* =Nav-bottom
---------------------------------------------------------------------------------------------------->
*/
ul#nav-bottomrow {
	padding-top: 0px;
	width: 930px;
	height: 20px;
}

ul#nav-bottomrow li.right {
	padding-right: 0;
	float: right;
	width: 300px;
	text-align: right; 
}

ul#nav-bottom {
	padding-top: 20px;
	width: 930px;
	height: 20px;
	border-top: 1px solid #cfcfcf;
}

ul#nav-bottom li {
	float: left;
	width: 50px;
}

ul#nav-bottom li.back {
	float: right;
	padding-right: 15px;
}

ul#nav-bottom li.next {
	float: right;
}

ul#nav-bottom li.lastsubmit {
	float: right;
	width: 125px;
}

ul#nav-bottom li a {
	display: block;
}






 
/* =Footer
---------------------------------------------------------------------------------------------------->
*/
#footer {
	width: 980px;
	height: 65px;
}

#footer span.left {
	float: left;
	width: 25px;
	height: 65px;
	background: transparent url(../i/footer_left.png) no-repeat scroll 0 0;
}

#footer span.right {
	float: right;
	width: 25px;
	height: 65px;
	background: transparent url(../i/footer_right.png) no-repeat scroll 0 0;
}

/*
=Inner
*/
#footer div {
	float: left;
	padding-top: 10px;
	width: 930px;
	height: 55px;
	background: transparent url(../i/footer.png) repeat-x scroll 0 0;
}

#footer ul {
	padding-top: 7px;
	height: 28px;
	color: #b9e5fb;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer ul li {
	padding-right: 15px;
	display: inline;
}

#footer ul li.right {
	padding-right: 0;
}

#footer ul li span {
	color: #fff;
	font-weight: bold;
}

#footer ul li a:link,
#footer ul li a:visited {
	color: #b9e5fb;
}

#footer ul li a:hover,
#footer ul li a:focus,
#footer ul li a:active {
	color: #fff;
}

/*
=ShopSetup
*/
#footer ul#shopsetup {
	padding-top: 0;
	height: 20px;
	color: #4978bc;
}

#footer ul#shopsetup li {
	padding-right: 5px;
}

#footer ul#shopsetup li a:link,
#footer ul#shopsetup li a:visited {
	color: #4978bc;
	font-weight: normal;
}

#footer ul#shopsetup li a:hover,
#footer ul#shopsetup li a:focus,
#footer ul#shopsetup li a:active {
	color: #fff;
}
