/*-----------------------------------------

This is the main CSS

------------------------------------------- */
@import "reset.css";
@import "default.css";
@import "ecommain.css";
@import "typo.css";
@import "nav.css";
@import "tmp.css";


body, html {
	height: 100%;
}

body {
	margin: 0; padding: 0; background: #eeeeee;
}

#contentWrapper {
	min-height:100%;
}

* html #contentWrapper {
	height:100%;
}

/*-----------------------------------------
	 LAYOUT
------------------------------------------- */

.bigWrapper  {
    float:none;
    width:937px;
    position:relative;
   }
.roundedBox{
    width:940px;
    float:left;
	padding:10px;
	background:#FFF;
	border:1px solid #CCC;
    -moz-border-radius: 6px;-khtml-border-radius: 6px;-webkit-radius:6px; border-radius:6px;
}

#mainContainer {
	width: 100%;
	padding-bottom: 450px;
	padding-top: 50px;
    margin-left: auto;
    margin-right: auto;                              
}

#mainContent {
	width: 960px;
	margin: 0 auto;
}

.price {
	color:#E3353F;
	font-size:1.2em;
	line-height:20px;
	font-weight:600;
}
#topBar {
	width:100%;
	height:46px;
	z-index:100;
	top:0px;
	left:0px;
	padding-top:3px;
	box-shadow: 0px 10px 5px #888;
	position:fixed;
	filter: alpha(opacity=90);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);-moz-opacity: 0.90;opacity:0.9;
	-webkit-box-shadow: 0 0px 6px rgb(17,17,17); -moz-box-shadow: 0 0px 6px rgb(17,17,17); box-shadow: 0 2px 6px rgb(17,17,17);
}
#topBar:hover {
	filter: alpha(opacity=100);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 0.100;opacity:1;
}


* .svanstroms #topBar {
    color:#ffffff !important;
	
}
.svanstroms #topBar {
	background:url(../images/topbar.png) repeat-x top;
}

.wettergrens #topBar {
	background:url(../images/topbar-bg_we.png) repeat-x top;
}

.killbergs #topBar {
	background:url(../images/topbar-bg_ki.png) repeat-x top;
}


#topBar #topBarContainer {
	margin:0 auto;
	width:960px;
}

#topBar #mainSearch {
	float:left;
	height:38px;
	padding:7px 0 0 45px;
	width:300px;
	display:inline;
}

.svanstroms #mainSearch {
	background:url(../images/search-icon.gif) left no-repeat;
}

.wettergrens #mainSearch {
	background:url(../images/search-icon_we.png) left no-repeat;
}

.killbergs #mainSearch {
	background:url(../images/search-icon_ki.png) left no-repeat;
}
#topBar #mainSearch #mainSearchField {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:0 none;
	float:left;
	margin:0px;
	padding: 5px;
	width: 220px;
	-x-system-font:none;
	font-family:Helvetica,Arial,sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
    font-size:1.1em;
	line-height:normal;
	background-color: #FFF;
	border:1px solid #b5b5b5;
	color:#444;

}

#topBar #mainSearch #mainSearchBtn {
	float:left;
	padding:0 0 0 8px;
}

#userMenu {
	float:right;
	width:610px;
	height:45px;
	text-align:right;
	font-size:12px;
	color:#FFF !important;
}

.smallTxt {
	font-size:11px;
}

#userMenu .padding {
	float:right;
	padding:14px 0 0 0;
	line-height:1.2em;
    width:100%;
}

#userMenu a {
	color:#FFF;
}
#userMenu a:hover {
	color:#eeeeee;
	text-decoration; none;
}

#mainHeader {
	float:left;
	width:960px;
	padding:15px 0 10px 0;
}

#mainLogo {
	float:left;
	margin:0;
	width:420px;
	height:100px;
}

/*.svanstroms #mainLogo {
	background:url(/ecommerce/images/svanstroms_logo.gif) no-repeat;
}        */

.wettergrens #mainLogo {
	background:url(../images/wettergrens_logo.png) no-repeat;
}

.killbergs #mainLogo {
	background:url(../images/killbergs_logo.png) no-repeat;
}


#shoppingCart {
	width:500px;
	float:right;
}

#shoppingCart #cartBoxContent { 
	float:right;
	background:url(../images/cartbox_bg.png) repeat-x top #eeeeee;
    -moz-border-radius: 6px;-khtml-border-radius: 6px;-webkit-radius:6px; border-radius:6px;
	border:1px solid #ccc;
	min-height:90px;
}

#shoppingCart #cartBoxContent .padding {
	float:left;
	padding:7px 12px 7px 12px;
    width:400px;
}


#shoppingCart .title {
	float:left;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	width:100px;
}

#shoppingCart .editCart {
	float:left;
	width:120px;
}

#shoppingCart .editCart a {
	color:#000;
}

#shoppingCart .cartContent {
	float:left;
	padding:10px 0 0px 0;
    margin-top:5px;
	width:100%;
    line-height:2em;
}

#shoppingCart .cartContent .cartIcon{
	float:left;
	padding:0 15px 0 10px;
}

#shoppingCart .cartContent .cartTotal{
	float:left;
	font-size:12px;
	line-height:16px;
}

#shoppingCart .cartContent .cartTotal .bigtext{
	float:left;
	font-size:14px;
}

#shoppingCart .cartFooter {
	float:left;
	width:100%;
	font-size:12px;
	padding:10px 0 0 0;
}

.svanstroms #shoppingCart .cartFooter {
	border-top:2px solid #ff022f;
}

.wettergrens #shoppingCart .cartFooter {
	border-top:2px solid #006eb2;
}

.killbergs #shoppingCart .cartFooter {
	border-top:2px solid #27ac00;
}

#shoppingCart .radioButtons {
	float:right;
	width:auto;
}

#shoppingCart .radioButtons label{
      margin-bottom:15px;
}

#shoppingCart .checkoutBtn {
    margin-top:40px;
	float:right;
	width:80px;
	text-align:right;
}

#shoppingCart a.checkoutBtn {
    line-height: 2em;                   
    font-weight:600;
    font-size:0.9em;
    color:#fff;
    text-align: center;
    margin:5px 0px 0 20px;
    text-transform:uppercase;
    text-decoration:none;
    padding: 4px 6px; cursor:pointer;color:#fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px;
    border: 1px solid #455a1d;
    background:url(/ecommerce/images/greenButton.png) repeat-x top;
}

#shoppingCart a.checkoutBtn:hover{
background: #455a1d; color:#fff;
}

#frontPageFlash {
	float:left;
	width:960px;
}

#pushBoxContainer {
	float:left;
	width:960px;
	padding:20px 0 20px 0;
}

#pushBoxContainer .left {
	float:left;
	width:470px;
	margin-right:20px;
}

#pushBoxContainer .right {
	float:left;
	width: 470px;
}

/* PRODUCTBOXES MAIN STYLING */


.productBoxContainer {
     margin-left:-5px;
}

.productBoxContainer .productBox, .PromotionBlock, .ContentBlock, .CategoryBlock{
	float:left;
	text-align:left;
}


.productBoxContainer h1 {
    width: 100%;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	color:#FFF;
	float:left;
    height:37px;
}
.productBoxContainer h1 span{
	padding:13px 10px 13px 10px;
	float:left;
}

.productBoxContainer h1{      margin:0;border:0;
	background:url(/ecommerce/images/productbox_titlebg-svanstroms.gif) repeat-x top #da0228;
}

.productBoxContainer .gray h1 {
	background:url(/ecommerce/images/productbox_graytitlebg.gif) repeat-x top #acacac;
}

.productBoxContainer .content, .checkoutSidebarBox-in {
    width:198px;
	padding:20px 10px;
	background:#FFF;
	float:left;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#campagnPageBoxes .productBoxContainer .productBox{
	float:left;
	text-align:left;
}

#campagnPageBoxes .productBoxContainer .content {
    width:198px;
    min-height:200px;
	padding:5px;
	background:#FFF;
	float:left;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
    text-align:center;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#frontPageBoxes .cycubeContent {
	padding:10px;
	background:#FFF;
	float:left;
   	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
    border-top:1px solid #CCC;
    -moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#searchPageBoxes .cycubeContent {

	float:left;
}
.headless{
    height:320px;
}
#searchPageBoxes .headless{
    height:auto;
}
.headless .content{
    background:none;
    border:0px;
    padding:0px;
    margin:0;
}
.headless .content:hover{
 -webkit-box-shadow: 0 0 0px rgb(183,183,183); -moz-box-shadow: 0 0 0px rgb(183,183,183); box-shadow: 0 0 0px rgb(183,183,183);  

}

.productBoxContainer .productImage {
	float:left;
}

.productBoxContainer .productInfo {
	float:left;
	font-size:11px;
}

.productBoxContainer .productInfo .price {
	font-size:15px;
	font-weight:bold;
}

.productBoxContainer .productInfo .extraprice {
	color:#ff022f;
	font-size:15px;
	font-weight:bold;
}

.productBoxContainer .productInfo .oldprice {
	text-decoration:line-through;
}

.productBoxContainer .productButtons {

}

.productBoxContainer .productButtons a {
  display: block;
  float:left;
  padding: 0 20px 0 0;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
}

.productBoxContainer .productButtons a span {
	float:left;
  	display: block;
	cursor:pointer;
}


.productBoxContainer .productButtons a.readmoreBtn {
	color:#000;
	font-size:11px;
	background: transparent url(../images/graybtn_small_bg.gif) no-repeat right -90px;
}

.productBoxContainer .productButtons a.readmoreBtn span {
	padding:7px 0 0 19px;
  	height:18px;
	background: transparent url(../images/graybtn_small_bg.gif) no-repeat left top;
}

.productBoxContainer .productButtons a.readmoreBtn:hover {
	background: transparent url(../images/graybtn_small_bg.gif) no-repeat right -135px;
}

.productBoxContainer .productButtons a.readmoreBtn:hover span {
	background: transparent url(../images/graybtn_small_bg.gif) no-repeat left -45px;
}


.productBoxContainer .productButtons a.buyBtn {
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	margin-left:5px;
	background: transparent url(../images/greenbtn_small_bg.gif) no-repeat right -90px;
}

.productBoxContainer .productButtons a.buyBtn span {
	padding:6px 0 0 20px;
  	height:19px;
	background: transparent url(../images/greenbtn_small_bg.gif) no-repeat left top;
}

.productBoxContainer .productButtons a.buyBtn:hover {
	background: transparent url(../images/greenbtn_small_bg.gif) no-repeat right -135px;
}

.productBoxContainer .productButtons a.buyBtn:hover span {
	background: transparent url(../images/greenbtn_small_bg.gif) no-repeat left -45px;
}

.productBoxContainer .onlyText {
	text-align:left;
	line-height:16px;
}

/* END PRODUCTBOXES MAIN STYLING */

/* PRODUCTBOXES SPECIFIC STYLING */

#searchPageBoxes, #checkoutSidebar {
	float:right;
	width:220px;
	padding:0px;
	margin:0 0 20px 0px;

}
#searchPageBoxes .productBox {
	width:220px;
	padding:0 0px 20px 0;

}
#searchPageBoxes .productBox .content:hover{
     -webkit-box-shadow: 0 0 5px rgb(183,183,183); -moz-box-shadow: 0 0 5px rgb(183,183,183); box-shadow: 0 0 5px rgb(183,183,183);

}
#frontPageBoxes {
	width:960px;
	float:left;
}
#campagnPageBoxes {
    width:960px;
	float:left;
    padding-top:10px;
}

.clear {
  {clear: both;}
}
#searchPageBoxes .PromotionBlock, #searchPageBoxes .ContentBlock, #searchPageBoxes .CategoryBlock {
	width:220px;
    margin:0 0 10px 0;
}
#searchPageBoxes .PromotionBlock .content, #searchPageBoxes .ContentBlock .content, #searchPageBoxes .CategoryBlock .content {
    height:auto;
    margin:0;
}

#frontPageBoxes .productBox, .PromotionBlock, .ContentBlock, .CategoryBlock {
	width:230px;
	margin: 0 0 10px 10px;
}
#frontPageBoxes .PromotionBlock .content, #frontPageBoxes .ContentBlock .content, #frontPageBoxes .CategoryBlock .content {
	padding:15px;
    height:250px;
    margin:0px;
}

#frontPageBoxes .productBox .content {
    height:240px;
    overflow:hidden;
    padding-bottom:10px;

}
#frontPageBoxes .productBox .content:hover, #campagnPageBoxes .productBox .content:hover,
#frontPageBoxes .PromotionBlock .content:hover, #frontPageBoxes .ContentBlock .content:hover, #frontPageBoxes .CategoryBlock .content:hover {
    -webkit-box-shadow: 0 0 5px rgb(183,183,183); -moz-box-shadow: 0 0 5px rgb(183,183,183); box-shadow: 0 0 5px rgb(183,183,183);

}

#frontPageBoxes .last {
	width:220px;
	padding:0 0 20px 0;
}

#campagnPageBoxes .productBox {
	width:220px;
	padding:0 20px 20px 0;

}
 #campagnPageBoxes .productBox .content{
    width:198px;
    height:250px;
    overflow: hidden;
	padding:10px;
	background:#FFF;
	float:left;
	border:1px solid #CCC;
    text-align:left;
     -moz-border-radius: 6px;-khtml-border-radius: 6px;-webkit-radius:6px; border-radius:6px;
}
#campagnPageBoxes .last {
	width:225px;
	padding:0 0 20px 0;
}

.productBoxContainer .size1 .content{
	height:190px;
   	width:197px;
   	padding:10px;

}

div.size1 > div.content > a {
    display: block;
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin: auto;    
}

div.size2 > div.productInfo > a {
    display: block;
    height: 60px;
    width: 60px;
    overflow: hidden;
    margin: auto;
}

div.size2 > div.content > div > a {
    display: block;
    height: 60px;
    width: 100px;
    overflow: hidden;
    margin: auto;    
}

.productBoxContainer .size1 .cycubeContent{
	height:230px;
   	width:auto;
    overflow: hidden;
}

.productBoxContainer .size2 .content{
	height:150px;
	width:193px;
    overflow: hidden;
}

.productBoxContainer .auto .content{
	height:auto;
	width:198px;
}


.productBoxContainer .size1 h1 {
	width:225px;
}
.productBoxContainer .size2 h1 {
	width:225px;
}

.productBoxContainer .oneRow .productImage{
	width:193px;
	height:100px;
}

.productBoxContainer .oneRow .productInfo {
	width:193px;
	line-height:20px;
}

.productBoxContainer .oneRow .productButtons {
	float:right;
}

.productBoxContainer .twoRow .row1 {
	float:left;
	width:193px;
	padding:0 0 20px 0;
}

.productBoxContainer .twoRow .row2 {
	float:left;
	width:193px;
	padding:0;
}

.productBoxContainer .twoRow .productImage {
	width:50px;
	height:65px;
}

.productBoxContainer .twoRow .productImageCenter {
	width:193px;
}

.productBoxContainer .twoRow .productInfo {
	width:132px;
	margin-left:10px;
	display:inline;
	text-align:left;
	line-height:14px;
	height:30px;
}

.productBoxContainer .twoRow .productButtons {
	float:right;
	padding:10px 0 0 0;
}


/* END PRODUCTBOXES SPECIFIC STYLING */


#footerContainer {
	width: 100%;
	height: 400px;
	margin: -400px auto 0 auto;
	position: relative;
	}

.svanstroms #footerContainer {
	background:url(/ecommerce/images/footer_bg.gif) repeat-x #da0228 top;
}


#footerContent {
	width: 960px;
	height: 400px;
	position: relative;
	margin: 0 auto;
	color:#FFF;
}

#footerContent a{
	color:#FFF;
}

#footerContent #footerLinksContainer{
	float:left;
	width:960px;
	padding:31px 0 20px 0;
}

#footerContent .footerLinks, .customerService {
	float:left;
	border-right:1px dotted #ededed;
	margin-right:29px;
	height:155px;	
}
#footerContent ul.linklist {
	float:left;
	list-style:none;
	padding:0 29px 0 0;
}
#footerContent ul.linklist li {
	padding:0 0 5px 0;
}
#footerContent ul.linklist li a{
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#footerContent ul.linklist li a:hover{
	text-decoration:underline;
}
#footerContent ul.linklist li h2 {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
}

#footerContent .textContainer {
	float:left;
	width:960px;
	text-align:center;
	padding:20px 0 20px 0;
	font-size:12px;
	line-height:16px;
}
