/*
Theme Name: iShop Theme
Theme URI: http://instinct.co.nz
Description: Mac Style Theme
Version: 0.1
Author: Thomas Howard
Author URI: http://instinct.co.nz
*/
 
/*
 * If you delete this file, you can expect your WP e-Commerce installation to break in some manner
 * to create your own theme copy, and paste this file, change the names and alter to your tastes
*/

.wpsc_container{
  position: relative;
  }

table.productdisplay tr td img {
 max-width: none !important;
 padding: 0;
 border: none;
 }


/*
 * shopping cart styling
 * lots of styling for lots of different ways of displaying it.
 */
#shopping-cart{
 float: left;
 width: 220px;
 margin: 0;
 padding: 0;
 }


div#shoppingcart div#shoppingcartcontents strong{
 display: block;
 width: 100%;
 }

div#shoppingcart div strong{
 font-size: 100%;
 }

div#sideshoppingcart div{
 height: 100%;
 width: 90%;
 text-align: left;
 padding: 6px;
 padding-top: 4px;
 }

div#sideshoppingcart div h2{
 margin-left: -1ex;
 display: inline;
 }



table.shoppingcart{
 margin-left: -2px;
 margin-bottom: 5px;
 }

table.shoppingcart tr td{
 font-size: 100% !important;
 }

div#widgetshoppingcart{
 }

div#widgetshoppingcart div{
 height: 100%;
 width: 100%;
 text-align: left;
 }

div#widgetshoppingcart div strong.cart_title{
 margin-left: -6px;
 display: inline;
 font-size: 1.2em;
 }

div#widgetshoppingcart div h2{
 text-align: left;
 margin-bottom: 4px;
 display: block;
 }

a#fancy_collapser_link{
 width: 13px;
 height: 13px;
 padding: 0px;
 margin-left: 5px;
 margin-bottom: -3px;
 border: none;
 }

a#fancy_collapser_link img{
 border: none;
 }

div#shoppingcartcontents{
 display: block;
 }

div#sliding_cart{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  }

span.oldprice{
 text-decoration: line-through;
 }

strong.special{
 color: #D00;
 }

strong.prodtitles{
 display: block;
 margin-bottom: -15px;
 }

/*
 * end shopping cart styling
 */









/*
 * product default display styling
 */
table.productdisplay{
 position:relative;
 top:0px;
 left: 0px;
/* margin-top: 10px; */
 margin-bottom: 20px;
 border-collapse: collapse;
 width: 100%;
 text-align: left !important;
 }

table.productdisplay tr td{
 vertical-align: top;
 padding-bottom: 5px;
 text-align: left !important;
 }

table.productdisplay tr td form{
 text-align: left;
 }


table.productdisplay tr td.imagecol{
 position:relative;
 top:0;
 left: 0;
 padding-right: 5px;
 margin-right: 5px;
 border: 0px solid #fff;
 vertical-align: top;
 }

table.productdisplay tr td.imagecol img{
/* width: 300px; */
border: 0px solid #fff;
 }

table.productdisplay tr td.textcol{
 position:relative;
 top:0;
 left: 0;
 padding: 0;
 padding-bottom: 10px;
 margin: 0;
 width: 100%;
 text-align: left !important;
 }

div.producttext{
 color: #000;
 font-size: 100%;
 width: 100%;
 text-align: left !important;
 margin: 0 0 30px 5px
 }

.wpsc_product_title{
 display: block;
 font-size: 140%;
 margin: 0 0 5px 0;
 color: #09c;
 }

a.wpsc_product_title:hover{
 text-decoration: none;
 }

.wpsc_description{
 margin: 0px 0px 6px 0px;
 }

p.wpsc_variation_forms{
 margin: 0;
 }

p.wpsc_variation_forms label{
 color: #333;
 font-size: 100%;
 font-weight: bold;
 }

p.wpsc_product_price{
 margin: 10px 0;
 color: #333;
 font-size: 100%;
 font-weight: bold;
 }

p.wpsc_product_extra_content{
 margin: 10px 0px 10px 0px;
 color: #333;
 font-size: 100%;
 font-weight: bold;
 }


#products_page_container form input.quantity {
 border: 1px solid #CCE5FF;
}
#products_page_container form div.stk  {
 margin-top: 5px;
 width: auto;
 float: left;
}

 input.wpsc_buy_button{
/*  background-image: url(images/buy_button.gif); */
 border: none;
 width: 149px;
 height: 25px;
 text-align: center;
/*  vertical-align: top; */
 padding: 0 0 1px 0;
 font-size: 100%;
 margin-top: 3px;
 color: #6a6c74;
 clear: left;
 }



/* styles the additional description */
.additional_description{
display: none;
}

a.additional_description_link{
display: inline;
}

a.additional_description_link img{
margin-right: 3px;
}

    /*
    * product rating styling
    */
    div.product_footer{
    position: relative;
    padding: 0px !important;
    width: 100%;
    border-top: 1px dashed #ccc;
    height: 35px;
    margin-top: 1em;
    }

    div.product_footer strong{
    display: block;
    font-size: 100%;
    font-weight: normal;
    }

    div.product_average_vote{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    float: left;
    margin: 0px !important;
    height: inherit;
    }

    div.product_user_vote{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    margin: 0px !important;
    height: inherit;
    }

    span.vote_total{
    position: relative;
    top: -3px;
    left: 2px;
    font-size: 100%;
    }

    span.rating_saved{
    color: #900;
    display: none;
    }
    /*
    *end product rating styling
    */
/*
 * end default product display styling
 */




 /*
 * list product display styling
 */
table.list_productdisplay{
/* margin-top: 10px; */
 margin-bottom: 20px;
 border-collapse: collapse;
 width: 100%;
 }

table.list_productdisplay tr td{
 vertical-align: top;
 padding-bottom: 0px;
 font-size: 100%;
/*  border: 1px solid black;  */
 }

table.list_productdisplay tr td select{
 margin-right: 3px;
 }


table.list_productdisplay tr.list_view_description{
 margin: 0px;
 padding: 0px;
 }

table.list_productdisplay tr.list_view_description td{
 margin: 0px;
 padding: 0px 3px 5px 3px;
 }

table.list_productdisplay tr.list_view_description td div{
 display: none;
 padding: 3px;
 }

 /*
 * end list product display styling
 */


/*
 * loading indicator styling
 */

#loadingindicator{
 visibility: hidden;
 font-size: 100%;
 font-weight: normal;
 }

#loadingindicator img{
 position: relative;
 top: 3px;
 margin-left: 6px;
/*  visibility: hidden; */
  border: none !important;
 }

#alt_loadingindicator{
 visibility: hidden;
 font-size: 100%;
 font-weight: normal;
 }

#alt_loadingindicator img{
 position: relative;
 top: 3px;
 margin-left: 6px;
/*  visibility: hidden; */
  border: none !important;
 }
/*
 * end loading indicator styling
 */



div.select_country{
 margin-bottom: 5px;
 }

div.select_country form{
 text-align: left;
 }

tr.product_shipping td h2{
 margin-bottom: 15px;
/*  margin-top: 5px; */
 }

div#homepage_products{
 width:100%;
 }

/* frontpage_product and category view styling */
div.frontpage_product{
 width:auto;
 float: left;
 height: 260px;
 text-align: center;
 }

div.frontpage_product a p{
 margin-top: 0px;
 }

div.frontpage_product a{
 color: #333333 !important;
 font-weight: normal !important;
 }

div.frontpage_product a img{
 border: none;
 }

div.frontpage_product img{
 text-align: center;
 }

div.frontpage_product span.front_page_price{
  display: block;
  }


/* Verify your Order styling */
table.productcart {
 width: 980px;
 font-size: inherit;
 }

table.productcart tr td {
 font-size: 100%;
 font-size: inherit;
 padding: .3em;
 }

table.productcart tr.product_row td {
 padding-bottom: 5px;
 font-size: inherit;
 vertical-align: middle !important;
 }

table.productcart tr.product_row td {
 padding-bottom: 5px;
 font-size: inherit;
 vertical-align: middle !important;
 }

table.productcart tr.firstrow td {
 font-weight:bold;
 background: #259ECF url(images/tabelle.gif) repeat-x;
 color: #CCE5FF;
 border-left: 2px solid white;
 padding: .3em;
 }

table.productcart tr.firstrow td.firstcol{
 border-left: none;
 }

table.productcart tr.product_shipping td{
 vertical-align: middle;
 border-top: 1px solid #999 !important;
 padding-top: 4px;
 }

table.productcart tr.total_price td{
 border-top: 1px solid #999 !important;
 border-bottom: 1px solid #999 !important;
 font-weight: bold;
 padding-top: 4px;
 }

ul.checkout_links{
  list-style-type: none;
  padding-left: 0px;
 }


ul.checkout_links li{
  list-style-type: none;
  margin-left: 0px;
 }

ul.checkout_links li a{
 color: #555555 !important;
 font-weight: normal !important;
 }

ul.checkout_links li a:hover{
 color: #000000 !important;
 }

a.termsandconds
 {
 text-decoration: underline;
 }
/* end Verify your Order styling */



/*
 * category display styling
 */

/* override some styling in the default wordpress theme */
.wpsc_container .PeSwitcher ul li:before, .wpsc_container .PeCatsBrands ul li:before{
  content: "";
  }

.wpsc_container .PeSwitcher ul li, .wpsc_container .PeCatsBrands ul li{
  padding-left: 0px !important;
  margin-left: 0px;
  }

.category_brand_header{
 list-style: none !important;
  }

.category_brand_header li{
 margin-left: 0px;
 }


.category_brand_header li:before{
 content: none !important;
 }

#content .category_brand_header li a{
 color: #333333;
 font-weight: bold;
  font-size: 100%;
 }

.PeCatsBrands ul{
 padding-left: 0px;
 }

.PeCatsBrands ul li{
 margin-left: 0px;
 }

.PeCatsBrands  ul.SubCategories{
 margin: 0px;
 }

.PeCatsBrands  ul.SubCategories li{
 margin-left: 1em;
 }

ul.PeCategories{
 margin: 0px;
 }

.category_image{
 float: left;
 }

.widget h3.category{
  margin-top: 0px;
  display: inline;
  }

.category a{
  color:#0066CC;
  }

li.MainCategory strong.category{
  margin-top: 5px;
  font-size: 100%;
  }

li.MainCategory strong.category a.productlink{
  color:#0066CC;
  font-size: 100%;
  }

li.MainCategory strong.category a.productlink:visited{
  color:#0066CC;
  }

li.MainCategory strong.category a.productlink:hover{
  color:#114477;
  }

img.catimage{
 float:left;
 position: relative;
 top: -3px;
 margin-right: 2pt;
 }

strong.cattitles{
 display: block;
 position: relative;
 margin: 6px 0px 0px 0px;
/* margin-bottom: -15px; */
 }

/*
 * end category display styling
 */


div.wpcart_gallery img
  {
  margin-right: 5px;
  }

/*
 * Fancy notification styling
 */
#fancy_notification{
 position: absolute;
 top: 0px;
 left: 0px;
 background: #ffffff;
 border: 4px solid #cccccc;
 display: none;
 height: auto;
 z-index: 9;
 }

#fancy_notification #loading_animation{
 display: none;
 }

#fancy_notification #fancy_notification_content{
 display: none;
 width: 300px;
 padding: 8px;
 height: auto;
 text-align: left;
 margin: 0px !important;
 }

#fancy_notification #fancy_notification_content span{
 margin: 0px 0px 6px 0px;
 display: block;
 font-weight: normal;
 }

#fancy_notification #fancy_notification_content a{
 display: block;
 float: left;
 margin-right: 6px;
 margin-bottom: 3px;
 }

/*
 * end Fancy notification styling
 */


table.logdisplay{ width: 100%; }

table.logdisplay tr.toprow td{ text-align: center; font-weight:bold; }

table.logdisplay tr.toprow2 td{ text-align: left; font-weight:bold; }

table.logdisplay tr td{ padding-left: 5px; padding-top: 2px; padding-bottom: 2px;}

table.logdisplay tr.alt{ background-color: #eee; }

table.logdisplay tr.alt td{ background-color: #eee; }

td.processed{ text-align: left; min-width: 140px; width: 140px; white-space: nowrap; }
td.processed a{ border-bottom: none; }
td.processed a img{ margin-left: 5px; }
div#form_field_form_container{ padding: 0; margin: 0; }

div#form_field_form_container div, div#form_field_form_container div table{  padding: 0px;  margin: 0px;  width: 100%;  border-collapse: collapse; }

div#form_field_form_container div table tr td{ padding: 0px; margin: 0px; }

div.order_status{ border: 1px solid #eeeeee; display: none; width: 100%; }

div.order_status div{ width: 100%; padding:0 0 1ex 0; display: block !important;}

div.order_status ul{ list-style-type: none; margin: 1ex 0px 0px 0px; padding: 0; }

div.order_status ul li{ padding-left: 0; }

div.order_status ul li input{ margin: 0 2px -2px 0; }

img.log_expander_icon { margin-right: 3px; }

div.wpsc_page_numbers{
  margin-bottom: 5px;
  }




/*
 * checkout registration styling
 */

table.wpsc_checkout_table tr td{
 text-align: left;
 }

div#checkout_login_box{
  display: none;
/*  border: 1px solid #339933;
  background-color: #e8fcea;*/
  width: auto;
  padding: 5px 5px 5px 15px;
  margin: 20px 0px 0px 0px;
  }

div#checkout_login_box form{
  text-align: left;
  }

#TB_window img#register_loading_img{
  display: inline;
  border: none;
  margin: 0px 0px -10px 5px;
  padding: 0px;
  display: none;
  }
/*
 * end checkout registration styling
 */

/*
 * single category view styling
 */

 div.category_view_product{
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px 0px 30px 0px;
  }

  div.category_view_product a img.product_image{
  float: left;
  margin-right: 6px;
  }


  div.category_view_product div.product_details{
  display: block;
  float: left;
  }

  div.category_view_product div.product_details form{
  text-align: left;
  }


/*
 * end single category view styling
 */



/*
 *  Stuff with multiple or miscellaneous uses
 */

strong.title{
 font-size: 12.5pt;
 }

a.categorylink{
 font-size: 100%;
 }

span.pricedisplay{
 white-space: nowrap;
 color: #333333;
 font-size: 100%;
 font-weight: bold;
 }

td.totals{
 vertical-align: bottom;
 }

form#specials{
 display: inline;
 }

strong.special{
 color: #607090;
 }

div.wpsc_product_search{
 display: block;
 height: 22px;
 _height: 30px;
 padding: 4px;
 }

div.wpsc_product_search input.wpsc_product_search{
 float: right;
 height: 19px;
 width: 110px;
 _width: 144px;
 margin: 2px 10px 0 0px;
 padding: 0 14px 0 20px;
 background: url(images/iShop_search.png) no-repeat;
 border: none;
 }

div.wpsc_product_search .submit{
 display: none;
 }
 .wpsc_product_price, .pricedisplay, .preis, .total_price {
  display: none;
}
.shoppingcart th {
  text-align: left;
}
.shoppingcart td {
  padding: .3em 1em .3em 0;
}
#content .wpsc_checkout_table input,
#content .wpsc_checkout_table select,
#content .wpsc_checkout_table textarea {
  border: 1px solid #CCE5FF;
  width: 715px;
  margin-left: 2em;
}
#products_page_container select {
  border: 1px solid #CCE5FF;
}
#products_page_container select option {
  padding: 0 8px 0 0;
}
#content .wpsc_checkout_table textarea {
  height: 7em;
}
#content .wpsc_checkout_table input[type=submit] {
  width: 149px;
  margin-top: 1em;
  height: 25px;
  border: 0 solid #fff;
  background: #fff url(images/send_button.gif) no-repeat;
  color: #0E5572;
  padding-bottom: .4em;
  cursor: pointer;
}
form.adjustform input[type=text] {
 display: inline;
 border: 1px solid #CCE5FF;
 }
form.adjustform input[type=submit] {
  width: 149px;
  height: 24px;
  border: 0 solid #fff;
  background: #fff url(images/send_button.gif) no-repeat;
  color: #0E5572;
  margin-left: .5em;
  padding-bottom: .3em;
  cursor: pointer;
}

div#widgetshoppingcart {
    overflow: hidden;
    background: #F4F9FF url(images/sidebarbox.gif) repeat-x bottom left;
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: 220px;
}
div#widgetshoppingcart div#shoppingcartcontents {
    float: left;
    width: 220px !important;
    width /**/:220px;
    background: url(images/sidebarbox.gif) repeat-x top left;
    padding: 15px 15px 0;
}
div#shoppingcartcontents h2 {
    margin: 0;
    padding: 0;
}


div.PeSwitcher {
    overflow: hidden;
    background: #fff url(images/sidebarbox.gif) repeat-x bottom left;
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: 220px;
}

div.PeSwitcher div.PeSwitcherzwei {
    float: left;
    width: 220px !important;
    width /**/:220px;
    background: url(images/sidebarbox.gif) repeat-x top left;
    padding: 15px 15px 0;
}
/*
#products_page_container h3 {
    margin-bottom: 1.1em;
}
*/

