/* $Id: MyStyle.css 2864 2008-11-03 06:39:01Z martin $ */
/* Stilmall för anpassing av butikens utseende  */

@import url(design.css);			/* Style till din valda design */

/* BEGIN code added by System design tool - DO NOT EDIT! */

/* END code added by System design tool - DO NOT EDIT! */


/* Here you can put your own changes */

/* General 
-----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
body {
	color: #000;
	background: url(/images/bg.jpg) repeat-x;
	background-color: #00499b;
	line-height: normal;
}

body, div, p, th, td, li, dd {
	font: normal 11px Arial, Verdana, Lucida, Helvetica, sans-serif;
	text-align: left;

}

:focus {
	outline: 0;
}

a {
	color: #00499b; 
	text-decoration: none; 
}
a:link { color: #00499b; } 
a:visited { color: #00499b; }
a:active { color: #00499b; }
a:hover { color: #000; text-decoration: underline; }

h1,h2,h3,h4,h5 { font-weight: normal; color: #000000; letter-spacing: -0.01em; margin: 0 0 8px 0; }
h1 { font-size: 23px; }
h2 { font-size: 19px; }
h3 { font-size: 14px; }
h4 { font-size: 11px; }
p { padding: 0 0 10px 0; }
hr { 
	height: 1px; 
	background-color: #CCCCCC; 
	color: #CCCCCC;
	border: none;
}

div.bgbox {
	background-color: #FFFFFF;
}

div.headerbox h3 { 
	background-color: #d2d2d2; 
	color: #4e4e4e;	
}

div.header {
	padding: 0;
	height: 94px;
	position: relative;
	background: url(/images/topbg.jpg) repeat-x;
	background-color: #00499b;	
}

div.logo {
	position: absolute;
	top: 13px;
	left: 0;	
}


.right { text-align: right !important; }
.center {text-align: center !important; }
.wide { width: 200px; }

input.button {
	height: 22px;
	line-height: 22px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	padding: 0 7px 0 7px;
	margin: 0 5px 5px 0;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top: 0;
	border-bottom: 0;
	background: url(/images/buttonbg.jpg) repeat-x;
	background-color: #e3e3e3;
	color: #00499b;
	text-align: left;
	font-size: 11px;
}	

input.button:hover, input.button:focus {
	background-color: #00499b;
	opacity: 0.8; 
	filter: alpha(opacity=80);
}

input.falt {
	border: 1px solid #aeaeae;
	margin: 2px 0 2px 0;
	padding: 4px 3px 4px 3px;
	font-size: 11px;
}	

input.radio {
	margin: 0 3px 0 0;
}

.javascript_only {
	display:none;
}

fieldset {
	background-color: transparent;
	border: 0px solid #d1d1d1; 
	margin: 2px 10px 2px 2px;
	padding: 0px;
}

fieldset input, fieldset option, fieldset select {
	margin: 2px 0 2px 0;
}

label {
	display: block;
	padding: 0 0 3px 0;
}

legend {
	font-weight: bold;
}

label.inline {
	display: inline;
	margin: 0 5px 0 0;
}

select {
	padding: 0px 0 0px 0;
	padding: 2px 0 2px 0;
	height: 22px;
}

textarea {
	padding: 4px;
	font-size: 11px;
	border: 1px solid #aeaeae;
}

option {
	padding: 4px;
	font-size: 11px;
}

th {
	font-weight: bold;
}


/* Print area
-----------------------------------------------------------------------------*/
@media print {
  body, div.wrapper { margin: 0; padding: 0; background: #fff !important; }
  div.header, div.leftRail, div.rightRail { display: none; }
  .footer { margin: 0; }
  
  div.content, div.container { 
  	background: none;
	float: none;
	margin: 0;
	border: none;
	display: block;
  }
  
  .noprint {display: none;}
}

 
/* Layout two or three columns
-----------------------------------------------------------------------------*/

div.page {
	padding: 0 0 20px 0;
	width: 100%;
	position: relative;
	float: left;
}

div.leftRail {
	float: left;
	background-color: transparent;
	width: 200px;
	position: fixed;
	top: 115px;
	z-index: 999;
}

div.outercontainer {
	position: relative;
}

div.container {
	background-color: transparent;
	overflow: hidden;
	margin-right: 0; /* same value as rightRail width here */
	_display: inline-block; /* IE 6 fix */
	position: relative;
}

div.content {
	background: url(/images/pagetopbg.jpg) no-repeat;
	background-position: top right;
	padding: 20px 20px 0 240px;
	font-size: 1em;
}

div.rightRail {
	display: none; /* Remove this to activate rightRail */
	width: 0;
	background-color: transparent;
	position: absolute;
	right: 0;
	_right: 0; /* IE 6 fix, same as width */
	top: 0;
	z-index: 999;
}
div.bannerRightRail {
	width: 200px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	position: relative;
	float: right;
	display: inline;
	margin-right: -230px; /* Make sure the div is right to page */
	padding-left: 30px;
}


/* Footer (change FH to the same)
-----------------------------------------------------------------------------*/

html, body { 
	height: 100%;
}

div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /*FH*/
	background: url(/images/wrapperbg.jpg) repeat-y;
	background-position: 0 0;
	background-color: #fff;
	width: 965px;
	padding: 0px 0px 0 0px;
	position: relative;
}

#footer {
	height: 80px; /*FH*/
	background: url(/images/footer_bg.jpg) no-repeat;
	background-position: right top;
	background-color: transparent;
	clear: both;
	position: relative;
	z-index: 999;
	width: 965px;
	margin: 0 auto;
}

div.pushfooter {
	height: 80px; /*FH*/
	clear: both;
}

div.footer_txt {
	text-align: center;
	line-height: 80px;
	font-size: 10px;
	color: #fff;
	width: 744px;
	float: right;
} 

div.footer_txt a {
	color: #fff;	
}



/* Topmenu
-----------------------------------------------------------------------------*/ 

div.topmenu {
	height: 25px;
	background-color: transparent;
	position: absolute;
	top: 10px;
	left: 280px;
}

#nav { 
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0 2px 0 0;
	float: left;
	display: block;
	line-height: 25px;
}

#nav li:hover {
	background-color: #00499b;
}

#nav li a { 
	display: block;
	font-size: 11px;
	padding: 0 10px 0 10px;
	color: #fff;
	font-size: 12px; 
}

#nav li a:hover { text-decoration: none; } 

#nav li.selected {
	background-color: #00499b;
}

#nav li.selected a { 
	font-weight: normal;
}


/* cart-mini
-----------------------------------------------------------------------------*/ 

div.Panel { 
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

#cartMenu.Panel {
	border: 1px solid #dfdfdf;
	margin: 0 0 10px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	z-index: 999;
}

#cart_icon {
	display: none;
}

#cartMenu h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0 0px 10px;
	height: 26px;
	line-height: 26px;
	margin: 0 0 5px 0;
}

#cart_text {
	font-size: 11px;
	padding: 0 0 10px 10px;
	height: 23px;
}

#cart_link { display: none; }

.MiniCartContents {
	background-color: #FFFFFF;
	font-size: 8px;
	border: 1px solid #dfdfdf;
	padding: 8px;
	position: relative;
	margin: 0 0 10px 0;
}

.MiniCartContents td {
	padding: 1px 0 1px 0;
}

div.taxselector {
	padding: 0px 0 10px 10px;
}

div.currencyselector {
	padding: 0px 0 10px 10px;
}

/* General leftmenu
-----------------------------------------------------------------------------*/ 

#productMenu.Panel {
	margin: 0;
	padding: 0;	
}

#productMenu h3 { 
	display: none;
	padding: 0 0 0 10px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#prodmenu_text { 
	border: 0px solid #dfdfdf;
 	margin: 0 0 10px 0;
}

/* menu-flat
-----------------------------------------------------------------------------*/ 

ul.FlatMenu li a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

ul.FlatMenu li a:hover {
	color: #CCC;	
}

ul.FlatMenu li a:before {
	content: none;
}

ul.FlatMenu ul { list-style: none; margin: 0; padding-left: 0px;}

ul.FlatMenu { 
	margin: 0;
	padding: 10px;
	list-style: none;
  	background-color: #003c80;
}

ul.FlatMenu .ulL0 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold; 
  padding: 4px 4px 4px 10px;
  border-bottom: 0px solid #dfdfdf; 
  background-color: #003c80;
}

ul.FlatMenu .ulL1 a {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;	
}
ul.FlatMenu .ulL1 {
    margin-bottom: 15px; /* Avstånd mellan menyval */
}
ul.FlatMenu .submenu li {
    background-color: #003c80;
}
ul.FlatMenu li.menubar {
    margin-bottom: 10px; /* Avstånd mellan menyval, under undermenyer */
}



ul.FlatMenu .L0 a,ul.FlatMenu li.selected li a { }
ul.FlatMenu .L0 li a,ul.FlatMenu li.selected li a {  }
ul.FlatMenu li.selected a, ul.menu li.selected a { font-weight: bold;   }
ul.FlatMenu li.selected a, ul.menu li.selected { font-weight: bold; }


/* menu-tree
-----------------------------------------------------------------------------*/ 

.menu { 
	margin: 0;
	padding: 0;
}

.menu li {
	line-height: 20px;
	font-size: 11px;
	background-image: none;
	background-color: #ebebeb;
	display: block;
	border-bottom: 1px solid #fff;
}

.menu li a  {
	padding-left: 22px;
	font-size: 12px;
	line-height: 28px;
	display: block;
	_display: inline; /*IE 6 fix */
}	

.menu li a:hover {
	text-decoration: none;
}	

.menu li.closed { 
	background: url(/images/plus.gif) no-repeat 7px 9px; 
	background-color: #ebebeb;
}

.menu li.open {
	background: url(/images/minus.gif) no-repeat 7px 9px; 
	background-color: #ebebeb;
}

ul.submenu li.closed {
	background: url(/images/plus.gif) no-repeat 7px 7px; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	background-color: #fff;	
}

ul.submenu li.open {
	background: url(/images/minus.gif) no-repeat 7px 7px; 
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
	background-color: #fff;	
 }

ul.submenu {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	background-color: #fff;	
	
}

ul.submenu li {
	background-color: #fff;	
	border-bottom: 0;
}

ul.submenu li a {
	line-height: 23px;
}

.menu li#favorites { 
	background-image: none;
}

ul.menu li.selected a {
}

ul.menu ul li.selected a {
}
	
/* Search
-----------------------------------------------------------------------------*/ 

div.search { 
	white-space: nowrap; 
	margin: 0 0 10px 0;
	background-color: #003c80;
	padding: 15px;
}

div.search-header {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 3px 0;	
}

#Search_Text { 
	height: 21px;
	width: 76%;
	padding: 2px;
	font-size: 11px;
	margin-bottom: 3px;
	margin-right: -1px;
	border: 1px solid #dfdfdf;
	color: #999;
}

#search_button { 
	vertical-align: bottom; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
}
div.search-input {
    float: left;
    padding:0 3px 0 0;
    margin:0;
}
div.search-button-container {
    float: left;
    padding: 2px;
    position: relative;
}
div.search-button-text {
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 20;
}
div.search-button-text a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}


/* News & extramenu_text
-----------------------------------------------------------------------------*/ 

#newsletterMenu { text-align: left; }
div.newsletter_text { padding-left: 10px }

div.newsfeed {
	border: 0px solid #dfdfdf;
	background-color: #f6f6f6;
	margin: 0 0 15px 0;
	height: 89px;
	overflow: hidden;
	float: left;
	width: 670px;
}
div.newsfeed h3 {
	display: none;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 0;
	background-color: #d2d2d2;	
	color: #4e4e4e;
	height: 26px;
	line-height: 26px;
}

div.newsfeed div.item {
	padding: 1px 10px 1px 10px;
	width: 650px;
}

div.newsfeed h1 {
	font-size: 14px;
	padding: 7px 0 1px 0;
}

div.newsfeed div.allnews {
	padding: 5px 0px 5px 10px;
}	
div.pubdate {
	padding-top: 4px;
	font-size: 10px; 
	font-style: italic;
}

div.readmore  {
	border: 0;
	padding-bottom: 5px;
}

.newsfeed-detail .newsitem {
	padding: 2px 0 7px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

.newsfeed-comment {
	padding: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #f6f6f6;
}

.signature {
	padding-top: 5px;
}

.newsfeed-comment-write {
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #f6f6f6;
}

#extraMenu { text-align: left; }
#extramenu_text { background: white; }
#extramenu_text img { margin-bottom: 10px; }

/* Product small
-----------------------------------------------------------------------------*/ 

div.product-small h3 { display: none; }

div.product-small-container {
	margin: 0;
	padding: 0;
	clear: both;
}

div.product-small {
	border: 1px #dfdfdf solid;
	width: 134px;
	margin: 0px 13px 13px 0;
	padding: 9px;
	height: 225px;
	float: left;
	vertical-align: top;	
}

div.product-small .short {
	font-size: 10px;
	line-height: 11px;
	height: 22px;
	overflow: hidden;
	padding: 0 0 7px 0;
}

div.product-small .pricing {
	float: left;
	height: 20px;
}

* html div.product-small .pricing { width: 60%; } /* IE6 needs width here */

div.product-small div.price {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	white-space: nowrap;
}

div.product-small div.oldprice {
	font-size: 11px;
	height: 12px;
	text-decoration: line-through;
	overflow: hidden;
	white-space: nowrap;
}

div.campaignproduct div.price {
	color: #5f0303;
}

div.product-small div.button_buy_container {
	text-align: right;
	float: right;
}

input.button_buy {
}

div.product-small .info { display: none; }

div.product-small div.date { display: none; }

div.product-small div.name {
	font-weight: bold;
	font-size: 11px;
	height: 12px;
	overflow: hidden;
	padding: 0 0 2px 0;
}

div.product-small img {
	margin: 0 0 8px 0;
	padding: 0;
}

/* Product detail and category
-----------------------------------------------------------------------------*/ 

#CatTrace { 
	text-align: right;
	padding-bottom: 10px;
}

#GroupText { margin: 0 0 15px 0; }

div.GroupText-text {
}

div.GroupText-image {
	padding: 0 15px 0 0;
	float: left;
}

table.artiklar {
	margin: 0;
}

table.artiklar td {
	font-size: 11px;
	padding: 3px 7px 3px 7px;
}

table.artiklar th {
	font-size: 11px;
	background-color: #e6e6e6;
	color: #000;
	padding: 5px 7px 5px 7px;
}

tr.even { 
	background-color: #f6f6f6; 
}

tr.odd {
	background-color: #fff;
}

div.brandimage {
	text-align: right;
	margin: 0 0 7px 0;
}

div.produkt {
	margin: 0 0 10px 0;
}

div.description {
	margin: 0 0 10px 0;
}

div.productimage {
	float: right;
	padding: 0 0 15px 20px;
	width: 200px; /* same width as PRODUCT transform in admin */
	text-align: right;
}


div.productimage:after { clear: right; }

div.productimage p {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	margin: 5px 0 0 0;
}

td.smallpictures {
	text-align: center;
	padding: 0 5px 15px 0;
	font-style: italic;
}

td.smallpictures img {
	margin: 0 0 5px 0;
}

fieldset.documents {	
	border: 1px solid #dfdfdf;
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 10px 0 10px 0;
}

.kampanjpris, .kampanjtext {
	color: #5f0303;
	font-weight: bold;
}

.brandpage_img {
	float: right;
	padding: 0 0 15px 15px;
}

div.button {
	text-align: right;
	margin: 0 0 10px 0;
}

/* Cart
-----------------------------------------------------------------------------*/ 

ul.cart_menu_ul {
	padding: 0;
	margin: 0;
	*margin: 0 0 -5px 0; /*ie 6 and 7 fix */ 		
}

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

.cart_menu_ul li {
	float: left;
	margin: 0 3px 0 0;
	border: 1px solid #dfdfdf;
	background-color: #666666;
	list-style: none;
	padding: 0;
}

.cart_menu_ul li.selected {
	border: 1px solid #dfdfdf;
	background-color: #d2d2d2;
	color: #fff;
}

.cart_menu_ul li a {
	padding: 7px 6px;
	display: block;
	color: #FFFFFF;
}

.cart_menu_ul li.selected a {
	color: #666666;
}

.address-login {
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.address-login td {
	padding: 0 5px 0 0;
}

.address-table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	width: 100%;
}

.address-table td {
	padding: 5px 5px 5px 0;
	width: 35%;
}

.address-table input[type=text] {
	width: 180px;
}
.address-table input[type=password] {
	width: 180px;
	margin: 0;
}

.cart_total_sum {
	font-weight: bold;
	font-size: 14px;
	color: #5f0303;
}

div.cart-payship-container td, div.cart-login-container td, div.cart-shipping-container td {
	padding: 6px 0px 6px 5px;
}

div.cart-content-container {
	border-bottom: 1px solid #dfdfdf;
	padding: 0px 0 5px 0;
	background-color: #fff;
	margin: 0 0 20px 0;
}

div.cart-content-container2 {
	padding: 5px 5px 10px 5px;
}

div.cart-payship-container {
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 3px 10px 3px;
	background-color: #fff;
	margin: 0 0 20px 0;
}

div.cart-login-container {
	border: 1px solid #dfdfdf;
	padding: 7px 3px 7px 5px;
	background-color: #ebebeb;
	margin: 0 0 10px 0;
}

div.cart-shipping-container {
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 3px 10px 3px;
	background-color: #fff;
	margin: 0 0 20px 0;
}

div.cart-content-header {
	background: url(/images/icon_cart1.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}


div.cart-shipping-header {
	background: url(/images/icon_cart2.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.cart-payship-header {
	background: url(/images/icon_cart3.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.cart-login-header {
	background: url(/images/icon_cart4.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.cart-visainfo a, .cart-visainfo a:hover, .cart-visainfo a:visited {
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	font-size: 11px;
	text-align: left;
}


.cart-meddelande a, .cart-meddelande a:hover, .cart-meddelande a:visited {
	padding: 5px 5px 5px 5px;
	line-height: 22px;
	height: 22px;
	cursor: pointer;
	font-size: 11px;
	text-align: left;
}

.cart-kunduppgifter a {
	padding: 4px 5px 3px 5px; 
	border:1px solid #dfdfdf; 
	background-color: #666666;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 11px;
	vertical-align: baseline;	
}

div.read_terms {
	font-size: 15px;
	font-weight: bold;
}

div.read_terms a {
	text-decoration: underline;
}

div.error {
	border: 1px solid #5f0303;
	background-color: #8f0606;
	color: #FFFFFF;
	padding: 15px;
	margin: 7px 0 7px 0;
	width: 90%;
	font-size: 13px;
	font-weight: bold;
}

#the_working_message {
	background-color: #666666;
	color: #FFFFFF;
	border: 3px solid #aeaeae;
	position:fixed;
	left:50%;	
	top:50%;
	padding: 10px;
	font-size: 15px;
}

input.cartfield {
	width: 40px;
}


/* Login, logged in, customer profile
-----------------------------------------------------------------------------*/ 

#newcustomer-box {
}

div.login-header h3 {
	padding: 10px 10px 0px 10px;
	height: auto;
	line-height: normal;
	color: #fff;	
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	background-color: #003c80;
}

div.login-container {
	border: 0px solid #dfdfdf;
	padding: 7px 10px 10px 10px;
	margin: 0 0 10px 0;
	background-color: #003c80;
}

div.login-container a {
	color: #fff;	
}

#customeraddress-box {
	width: 450px;
}

/* Toplist
-----------------------------------------------------------------------------*/ 

div.toplist-header h3 {
	padding: 0 0 0 10px;
	height: 26px;
	line-height: 26px;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background-color: #d2d2d2;
}

div.toplist-container {
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin: 0 0 10px 0;	
}

ul.toplist-menu {
	list-style: none;	
}

ul.toplist-menu li {
	font-size: 11px;
	line-height: 14px;	
}


/* Error messages
-----------------------------------------------------------------------------*/ 

td.error { 
	color: #f00;
}

div.error h3 { margin-top: 0; }

.errfield input {
	background: #fee;
}

span.errmsg {
	color: #B90F18;
	font-weight: bold;
	background-image: url(/__SYS__/icon_error_sml.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left: 18px;
}

div.warning {
	border: 2px solid #B90F18;
	background: #fee;
	background-image: url(/__SYS__/icon_warning_lrg.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.2em;
	padding: 1em;
	padding-left: 42px;
}
div.warning h3 { margin-top: 0; }

span.warnmsg {
	background-image: url(/__SYS__/icon_warning_sml.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left: 18px;
}

div.delivery {
	margin: 0 0 10px 0;	
}

div.newcart {
	position: absolute;
	right: 65px;
	bottom: 12px;
	color: #fff;
}

div.slideshow-prev {
	float: left;	
}

div.slideshow-prev:hover, div.slideshow-next:hover {
	opacity: 0.8; 
	filter: alpha(opacity=80);	
}

slideshow-next {
	float: right;	
}

div.category-small {
	height: 280px;
	width: 163px;
	float: left;
	margin: 0 13px 15px 0;
}

div.category-small-image {
	padding: 0 0 5px 0;
}

div.category-small-header {
	font-size: 20px;
	font-style: italic;
	color: #000;
	padding: 0 0 5px 0;	
}

div.category-small-info {
	height: 45px;
	padding: 10px;
	background-color: #e6e6e6;
	font-size: 11px;
	overflow: hidden;	
}

div.product-smallnew {
	width: 95%;
	margin: 0 0 10px 0;
	border: 1px solid #CCC;
	padding: 10px;
}

div.product-smallnew-image {
	float: left;
	padding: 0 15px 0 0;	
}

div.product-smallnew-header {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;	
}

div.product-smallnew-info {
	margin: 0 0 10px 0;
}

div.product-smallnew-moreinfo {	
	font-size: 12px;
}

table.product-smallnew-table {
	margin: 10px 0 0 0;	
}

table.product-smallnew-table th {
	padding: 3px 4px 3px 4px;
	background-color: #e6e6e6;
}

table.product-smallnew-table td {
	padding: 2px 0 2px 4px;	
}

a.list_products_link {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
}