/***
SHIRA
created by nordicweb.com
***/

@import url("http://fonts.googleapis.com/css?family=Vollkorn") all;

div.address{
position:absolute;
  top:250px;
  left:200px;
  font-size:11px;
  color:#2243a0;

  }

div.addressFooter{
position:absolute;
  top:50px;
  left:246px;
  font-size:12px;
  color:#2243a0;
text-align:right;
  }

div.addressFooter2{
position:absolute;
  top:50px;
  left:600px;
  font-size:12px;
  color:#2243a0;
 
  }



/* BODY & SITE */

body {
background: #181818;
}
div.site_body {
background: #02123d url(../img/bg.jpg) repeat-x top center;
padding: 0;
}
div.site {
background: url(../img/site_bg.jpg) repeat-y;
width: 1000px;
margin: 0 auto;
}
div.site_inner {
background: url(../img/bg.jpg) no-repeat  top center;
padding-top:542px;
}


/* SLIDESHOW */
div#slideshow {
top: 58px;
left:388px;
width: 574px;
height: 376px;
}



/* CONTENT */

div.content {
}
div.content_inner {
min-height: 140px;
height:auto !important;
height:140px;
padding:0 20px 5px 20px;
}



/* MENU */

div.menu {
top:476px;
left:16px;
}

/* SUB MENU */

div.menu ul ul {
top: 40px;
left: 0;
width: 150px;
}

/* SUB SUB MENU */

div.menu ul ul ul {
top: 0;
left: 150px;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a, div.menu li a:visited {
color: #fff;
text-decoration: none;
padding:6px 14px 2px 14px;
  font-size:14px;
  border-left: 1px solid #142c6b; 
border-right: 1px solid #07173f; 
  line-height: 90%;
  
}
div.menu li a:hover {
color: #596da5;
background:none;
}
div.menu li a.active {
color: #596da5;
background:none;
}

/* SUB MENU ITEM */

div.menu li li a, div.menu li li a:visited {
padding:5px 5px 5px 14px;
  border-right: 0; 
  margin-bottom:1px;
color: #1e3d8f;
background: #ffffff;
  filter:alpha(opacity=92); /* IE */
-moz-opacity:0.92; /* Gecko-Browser */
opacity:0.92; /* Opera 9+ */
}
div.menu li li a:hover {
color: #596da5;
background: #1f3777;
}
div.menu li li a.active {
color: #596da5;
background: #1f3777;
}

/* SUB SUB MENU ITEM */

div.menu li li li a, div.menu li li li a:visited {
padding:5px 5px 5px 14px;
  border-right: 0; 
  margin-bottom:1px;
color: #1e3d8f;
background: #ffffff;
  filter:alpha(opacity=92); /* IE */
-moz-opacity:0.92; /* Gecko-Browser */
opacity:0.92; /* Opera 9+ */
}
div.menu li li li a:hover {
color: #596da5;
background: #1f3777;
}
div.menu li li li a.active {
color: #596da5;
background: #1f3777;
}


/* FOOT */

div.site_foot {
}
div.foot {
background: url(../img/footer_bg.jpg) repeat-x;
}
div.foot_inner {
position:relative;  
width: 1000px;
	margin: 0 auto;
	font-size: 11px;
	height:193px;
background: url(../img/foot_bg.jpg) repeat-x;
}
div.foot,
div.foot a {
color:#777;
}


/* SITE CREATED */

div.foot div.siteCreated {
position: absolute;
top: 160px;
right: 414px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
text-decoration: none;
}


/* LIVE SEARCH */

div.livesearch {
position:absolute;
top: 393px;
left:190px;
}

div.livesearch input {
border: 0;
background: none;
  width:150px;
  color:#777;
  font-size:12px;
}


/* FORMS */

form div.input {
margin-bottom: 2px;
clear:both;
}
form label {
width:120px;
float:left;
display:block;
}
form div.input input,
form div.input textarea {
width: 240px;
border: 1px #ccc solid;
}
form div.input textarea {
height: 140px;
}
form div.submit {
padding-left: 120px;
clear:both;
}
form div.submit input {
}


/* SEARCH */

div#search_results_page ul {
list-style:none;
padding-left:0;
}
ul#search_results {
}

ul#search_results li.search_result_flag ul {
border-top:1px #ddd solid;
}
ul#search_results li.search_result_flag li.search_result {
margin-left:40px;
background:#f9f9f9;
}
ul#search_results li.search_result_flag li:hover {
}
ul#search_results li.search_result {
padding:6px 0;
border-bottom:1px #ddd solid;
}
ul#search_results li a {

}
ul#search_results li span {
display:block;
color:#555;
}

div#slideshow,
div#slideshow div.picture {
position: absolute;
overflow: hidden;
}


/* LANGUAGE SELECTION */

div.languages {
top:10px;
right:10px;
}
div.languages #languageActive img {
border: 1px white solid;
}



/* LOOK BUT DONT TOUCH */


div.menu a {
display: block;
overflow: hidden;
}

div.site,
div.foot,
div.menu li
{ position: relative; }

div.menu,
div.menu ul ul,
div.languages
{        position: absolute;  z-index:10;      }

div.menu li,
div.menu a,
div.languages li
{        float: left;        }

div.menu ul ul,
div.menu ul ul li,
div.menu ul ul a
{        float: none;        }

div.menu a .subind,
div.menu ul ul
{        display: none;        }

div.menu ul ul a .subind {
display: block;
float: right;
}

div.menu ul,
div.languages ul
{        margin:0; padding:0; list-style:none;        }

html, body {        height:100%; margin:0;        }
div.languages li a {        text-decoration:none; margin-right:2px;        }
div.languages li a img { border:none }

div#slideshow,
div#slideshow div.picture {
position: absolute;
overflow: hidden;
}

div.content
{        overflow:hidden        }

/* IE 5.5 CENTER FIX */

body,
div.foot
{        text-align:center;        }

div.site,
div.foot_inner
{        text-align:left;        }

/* IE 5.5 MAC FIX */
/* \*/
div.menu a
{        float: none;        }
/* */

*:first-child+html div.menu ul ul li {
float: left;
width: 100%;
}

* html div.menu ul ul li {
float: left;
height: 1%;
}
* html div.menu ul ul a {
height: 1%;
}


/* ERROR MELDUNGEN */
div.error-message {
padding:2px 0 2px 26px;
background: url(../../../../img/icon/16/exclamation.gif) 4px 3px no-repeat;
font-weight:bold;
color:#e25f53;
width:334px;
margin-left:118px;
}

/*product category,detail page, front page*/
.variations{width:46%;float:left;margin:10px 0px;border:2px solid wheat;padding:3px;clear:both;}
.variations .varlabelEven, .variations .varlabelOdd{width:100%;clear:right;float:left;clear:both;padding:4px 0;}
.variations .varlabelEven{background-color:wheat;}
.variations .varlabelEven input,
.variations .varlabelOdd input{float:left;}
.variations .varlabelEven span,
.variations .varlabelOdd span{float:left;}
.variations .price{float:left;width:auto;font-weight:bold;margin-right:5px;margin-left:5px;color:#68C5EF;}
.variations .pricedetails{float:left;font-size:10px;font-weight:normal;}
.variations .priceStrike{float:left;width:auto;color:red;text-decoration:line-through;font-weight:bold;clear:left;}
.variationDiv{float:left;width:85%;}
.variarionPriceBold{float:right;font-weight:bold}
.productImgDiv{width:33%;float:left;margin:5px 0;}
.productImg{border:4px double wheat;padding:2px;width:150px;margin: 0px auto;}
.productImgDiv a{color:#68C5EF;font-weight:bold;margin-left:17px;float:left;width:150px;}
.productImgDiv .price{float:left;width:auto;font-weight:bold;margin-right:10px;margin-left:17px;clear:left;}
.productImgDiv .pricedetails{clear:both;float:left;font-size:10px;font-weight:normal;width:100%;}
.productImgDiv .priceStrike{float:left;width:auto;color:red;text-decoration:line-through;font-weight:bold;margin-right:10px;margin-left:17px;}
.categoryHr{width:100%;float:left;margin:10px 0;border-bottom:1px solid wheat;}
.prodDetName{color:#7F2927;font-weight:bold;font-size:18px;width:40%;float:left;clear:left;}
.prodDetShortDesc{float:left;width:40%;clear:left;min-height:200px;}
.prodDetLargImg{width:290px;height:200px;float:right;border:2px double wheat;padding:3px;margin-right:5px;}
.prodDetThumbImg{width:83px;height:60px;float:left;padding:3px;border:2px double wheat;margin:5px;}
.prodDetThumbImgDiv{width:310px;float:right;margin-top:10px;}
.prodSepDiv{width:100%;float:left;clear:both;margin:10px 0px;}
.categories{float:left;margin-top:-13px;margin-bottom:10px;}
.categorylink{color:blue;text-decoration:underline;margin-top:-13px;float:left;margin-bottom:10px;}
.categoryspan{float:left;margin:-13px 5px 10px 5px;}
.detailsBtnsDiv{clear:left;width:40%;}
.detailsBtnsDiv .detailsBtn1{cursor:pointer;margin-right:10px;margin-bottom:2px;}
.detailsBtnsDiv .detailsBtn2{cursor:pointer;margin-right:10px;}
.detailsBtns .submit{width:40%;float:left;margin-top:4px;}
/*shopping cart page*/
.cartEven,
.cartOdd{clear:both;padding:10px 0;float:left;width:100%;border-bottom:1px solid wheat}
.cartEven{background-color:#DFD1B5}
.cartEven .price,
.cartOdd .price{width:auto;font-weight:bold;margin-right:5px;color:#68C5EF;}
.cartEven .priceStrike,
.cartOdd .priceStrike{width:auto;color:red;text-decoration:line-through;font-weight:bold;}
.cartEven input ,
.cartOdd input{height:15px;width:35px;float:left;}
.cartBtns img{cursor:pointer;margin-left:10px;float:right;}
.cartEven .link,
.cartOdd .link{color:#68C5EF;font-weight:bold;text-decoration:underline;cursor:pointer;}
.cartEven a,
.cartOdd a{color:#68C5EF;font-weight:bold;text-decoration:underline;margin-left:22px;cursor:pointer;float:left;}
.cartBtns{margin-top:10px;}
.checkoutBtns{float:right;margin-top:10px;cursor:pointer;}
.cartBtns .submit{float:right;margin-top:4px;padding:0px;clear:none;}
*:focus{outline:0;}
.cartImage{width:80px;height:50px;border:2px double wheat;padding:3px;float:left;margin-right:5px;}
.cartShortDesc{width:27%;float:left;}
.cartPrice{width:15%;float:left;}
.cartVarPrice{font-size:12px;}
.cartTitle1{clear:left;width:43%;float:left;font-weight:bold;}
.cartTitle2{width:15%;float:left;font-weight:bold;}
.cartTitle3{width:10%;float:left;font-weight:bold;}
.cartTitle5{float:right;width:12%;font-weight:bold;}
.cartTotalPrice{margin-top:10px;text-align:right;width:100%;float:right;color:red;font-weight:bold;}
.cartTotalTax{width:100%;float:left;text-align:right;}
.cartUpdatedMsg{width:99%;height:20px;float:left;background-color:wheat;text-align:center;}
/*checkout page*/
.checkoutAddress{background-color:#EFEFEF;padding:5px;border:1px solid #CFCFCF;margin:10px 0px;clear:both;float:left;width:100%;}
.checkoutAddress h4{margin:0px;}
.checkoutAddress .address{width:50%;float:left;}
.checkoutAddress .address h4{border-bottom:1px solid #CFCFCF;}
.checkoutAddress .address input[type='text'],
.checkoutAddress .paymentoptions input[type='text']{font-size:11px;float:left;clear:right;margin:3px 0;height:14px;width:50%;min-height:14px;}
.checkoutAddress .address select{font-size:11px;float:left;clear:both;margin:-5px 0px 5px 0px;height:18px;width:50%;min-height:14px;}
.checkoutAddress .address .large{width:65% !important;min-height:14px;}
.checkoutAddress .address label,
.checkoutAddress .paymentoptions{font-weight:bold;font-size:11px;float:left;clear:left;width:30%;margin:3px 0;}
.checkoutAddress .address input[type='checkbox'],
.checkoutAddress .paymentoptions input[type='checkbox']{float:left;clear:left;}
.checkoutAddress .paymentoptions{width:100%;float:left;}
.bankAccountNoLabel label{width:20%;font-weight:bold;font-size:11px;float:left;clear:left;margin:3px 0;}
.checkoutBtn{float:right;cursor:pointer;}
.checkoutMethods{float:left;width:100%;margin:10px 0px;}
.checkoutMethods label{float:left;width:auto;margin-right:10px;font-weight:bold;}
.checkoutMethods input[type='radio']{float:left;width:10px;}
.checkoutMethodsAndButtons{float:left;width:100%;}
/**error message*/
div.error-message{padding:0 0 0 20px;background: url(../../../../img/icon/16/exclamation.gif) 0 0 no-repeat;font-weight:bold;color:#e25f53;font-size:11px;float:left;clear:left;}
.quantityerror{background-color:#e25f53}
.cartEmpty{background:transparent url('../img/cart_empty.png') no-repeat scroll 0 0;float:right;height:53px;width:330px;}
.cartFull{background:transparent url('../img/cart_full.png') no-repeat scroll 0 0;float:right;height:53px;width:330px;}
.cartEmpty a,
.cartFull a{color:#6F7A14;float:right;font-size:20px;font-weight:bold;margin-right:5px;margin-top:15px;text-decoration:none;}
.searchAndCartDiv{width:100%;float:left;}
.liveSearchDiv{background:transparent url('../img/search.png') no-repeat scroll 0 0;float:left;height:25px;width:226px;margin-top:15px;}
.liveSearchDiv input{background-color:transparent;border:0 none !important;float:left;width:195px !important;padding:5px;}
.searchIcon{cursor:pointer;float:right;height:25px;width:20px;}
.searchResultDiv{width:100%;float:left;margin:7px 0;}
.searchtitle{width:100%;float:left;margin:3px 0;font-size:15px;}
.searchcontent{width:100%;float:left;}
.searchUrl{width:100%;float:left;color:green;}
.searchResultPages{width:100%;float:left;}
.searchResultPages a{border:1px solid #CCCCCC;color:#3F4143;float:left;margin-right:5px;margin-top:5px;padding:2px 8px;text-decoration:none;}
.searchResultPages span{border:1px solid #CCCCCC;color:#3F4143;float:left;margin-right:5px;margin-top:5px;padding:2px 8px;text-decoration:none;background-color:#DFDFDF}
.cartCount{color:#6F7A14;float:right;font-weight:bold;margin:5px;text-align:right;width:100%;}