/* Reset browser styles. From Yahoo UI */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}
body {font:13px/1.231 arial, helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/* Some generic styles, since the above pretty much turned everything off */
ul {
  padding-left: 2px;
}
li {
  list-style-type: disc;
  list-style-position: inside;
}


html.admin, body.admin {
  background-color: #FCFCFC;
}

body.admin {
  height: 100%;
  /*padding: 10px;*/
}

body.admin div.admin_header {
  background-color: #F6F2F6;
  border-bottom: 1px solid #CCC2CC;
  border-top: 1px solid #CCC2CC;
  width: 100%;
  height: 50px;
  margin-top: 10px; 
}

body.admin div.admin_header h1 {
  margin-top: 0.3em;
  margin-left: 0.6em;
  font-size: 20pt;
  color: #333333;
}

body.admin div.admin_content {
  margin: 12px;
}

table tr.selectable:hover td {
  background-color: #FAFAFA;
  cursor: pointer;
}

body.admin a, body.admin a:visited {
  color: blue;
}

body.admin a.button {
  border: 1px outset #ECECEC;
  background-color: #FFFFAF;
  display: inline-block;
  width: 12em;
  padding: 5px;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
  margin: 2px;
  font-size: 9pt;
}

body.admin a.button:hover {
  background-color: #FFFF66;
}

body.admin a.button_undo {
  background-color: #FFAFAF;
}

/*body.admin a.button_undo:hover {
  background-color: #FF6666;
}*/

/* Generic table. Used in admin */

table.nice {
  border: 1px solid #F6F2F6;
  margin-bottom: 10px;
}
table.nice th {
  font-weight: bold;
  background-color: #F6F2F6;
  border-bottom: 1px solid #CCC2CC;
}
table.nice th, table td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 12px;
}
table.nice td {
  border-bottom: 1px solid #F6F2F6;
  background-color: white;
}

table.rotated th {
  border-bottom: 1px solid #ffffff;
  padding-top: 1px;
}

.component {
  display: inline-block;
  vertical-align: top;
}

.component_line {
  padding-left: 5px;
  padding-right: 4px;
}

.component .line {
  height: 100%;
  background-color: #F3F3F3;
  position: absolute;
  width: 2px;
}

body.admin, body.admin div.content {
  height: 100%;
  /*background-color: yellow;*/
  position: relative;
}

div.body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 940px;
  font-size: 10pt;
  line-height: 14pt;
}
div.header {
  height: 110px;
  width: 940px;
  position: relative;
  border-bottom: 8px solid #560F58;
}
div.header img {
  margin-left: 40px;
  margin-top: 14px;
}
div.header .menu {
  position: absolute;
  bottom: 0px;
  right: 14px;
  background: #560F58 url(/images/curve_top_left.gif) left bottom no-repeat;
  padding-left: 14px; /* width of bg image */
  width: 540px;
  height: 47px;
}
div.header {
  background: url(/images/curve_top_right.gif) right bottom no-repeat;
}
div.header .menu li {
  display: inline;
}
div.header .menu a {
  display: block;
  width: 102px;
  height: 40px;
  float: left;
  padding: 2px;
  font-size: 8pt;
  text-decoration: none;
  color: white;
  text-align: center;
  border-bottom: 1px solid #560F58;
}
div.header .menu a img {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
div.header .menu a img.twolines {
  margin-top: 12px;
}
div.header .menu a:hover {
/*  border-bottom: 1px solid red;*/
}

body#home div.splash {
  height: 298px;
  background: url(/images/sunzone_model.jpg) left top no-repeat;
}
body#home div.splash .middle {
  height: 298px;
  width: inherit;
  background: url(/images/purple_gradient.png) 227px 0px repeat-y;
}
body#home div.splash .end {
  height: 233px;
  width: inherit;
  background: url(/images/purple_bubbles.png) 558px 0px no-repeat;
  padding-top: 65px;
  padding-left: 420px;
  color: white;
  font-family: verdana, sans-serif;
}

body.content div.splash {
  height: 135px;
  background: url(/images/content_model.png) left top no-repeat;
}
body.content div.splash .middle {
  height: 135px;
  width: inherit;
  background: url(/images/content_bottom_grad.png) 149px 0px repeat-y;
}
body.content div.splash .end {
  height: 74px;
  width: inherit;
  background: url(/images/content_header_bubbles.png) 586px 0px no-repeat;
  padding-top: 57px;
  padding-left: 220px;
  padding-bottom: 4px;
  color: #560F58;
  font-family: verdana, sans-serif;
}

div.splash div.bottom_line {
  background: url(/images/content_line.gif);
  height: 4px;
  width: inherit;
  bottom: 0px;
  overflow: hidden;
}

div.splash .end h2 {
  font-weight: bold;
  font-size: 22pt;
}
div.splash .end span {
  display: block;
  margin-left: 75px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 10.0pt;
  line-height: 16pt;

}
div.content_pane {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 6px solid #560F58;
  overflow: hidden;
  height: 100%;
}
body.content div.content {
  padding-left: 252px;
  padding-right: 230px;
} 
div.side {
  float: right;
  width: 190px;
  height: 241px;
  /*border-left: 1px solid #560F58;*/
  background: url(/images/violet_shadow.gif) no-repeat;
  padding-left: 20px;
  margin-left: 30px;
}
div.side table {
  height: 241px;
}
div.side td {
  vertical-align: middle;
}

div.bubbles {
  float: left;
  width: 217px;
  height: 256px;
  background: url(/images/content_text_bubbles.png) no-repeat;
  margin-right: 34px;
}

body.products div.bubbles {
  background-image: none;
  top: -22px;
  position: relative;
}

body.products div.bubbles div.categories_title {
  background-color: #560F58;
  color: white;
  padding: 10px;
  border-bottom: 1px solid #AA87AB;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 10pt;

}

body.products div.bubbles div.category {
  background-color: #AA87AB;
  color: white;
/*  padding: 10px;*/
  border-bottom: 1px solid #CCB7CD;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 10pt;

}


body.products a div {
  text-decoration: none;
  color: #260228;
}

body.products div.product h1, body.products div.product h1 span, body.products div.product h1 a {
  color: #A27BA3;
  font-weight: bold;
  font-size: 12pt;
  font-family: verdana, sans-serif;
  margin: 0;
}

body.products div.product {
  width: 450px;
  min-height: 90px;
  background: url(/images/product_bg.png) center bottom no-repeat;
  padding: 10px;
}

div.content {
  padding-left: 10px;
  margin-top: 10px;
  color: #260228;
}

div.content h3, div.content h4 {
  display: block;
  font-weight: bold;
  font-size: 11pt;
  line-height: 14pt;
  text-indent: -3px;
  padding-left: 3px;
  padding-bottom: 5px;
  color: #560F58;
  font-family: verdana, sans-serif;
}
div.content p {
  margin-top: 5px;
  margin-bottom: 5px;
}
div.content h3 {
  margin-bottom: 25px;
}
div.content h4 {
  margin-top: 30px;
}
div.content em {
  font-weight: bold;
}
a p {
  text-decoration: none;
  color: #260228;
}


/* Shopping cart page */

table.cart th {
  font-weight: bold;
  background-color: #F6F2F6;
  border-bottom: 1px solid #CCC2CC;
}
table.cart th, table.cart td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 12px;
}
table.cart td {
  border-bottom: 1px solid #F6F2F6;
}
table.cart {
  border: 1px solid #F6F2F6;
  margin-bottom: 10px;
}
table.cart input.int {
  width: 40px;
}
table.cart td.action {
  text-align: center;
}
table.cart a.button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px outset black;
  padding: 1px;
  vertical-align: center;
  width: 16px;
  height: 16px;
  background-color: #F6F2F6;
}
table.cart th.price {
  width: 50px;
}
table.cart th.quantity {
  width: 50px;
}
table.cart th.action {
  width: 50px;
}

table.cart {
  width: 100%;
}
body.cart h1 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #560F58;
}
body.cart input.update_quantities {
  float: left;
}
.next_page {
  display: block;
  /*border: 1px outset purple;*/
  border-top: 1px solid #D8B2D8;
  border-left: 1px solid #D8B2D8;
  border-bottom: 1px solid #460046;
  border-right: 1px solid #460046;
  text-decoration: none;
  padding: 6px;
  padding-left: 26px;
  padding-right: 12px;
  color: inherit;
  background: url(/_adminbar/icons/bullet_go.png) 6px 7px no-repeat #F6F2F6;
  float: right;
  cursor: pointer;
}
.next_page:hover {
  background: url(/_adminbar/icons/bullet_go.png) 6px 7px no-repeat #E9F8C9;
}


/* Products */

div.product table {
  width: 95%;
}
div.product table td {
  margin: 0;
  padding: 0;
}
div.product table td.text {
  width: 100%;
  vertical-align: top;
}
div.product table td.image {
  vertical-align: top;
}

/* Product Page */

div.product {
  position: relative;
  margin-bottom: 20px;
}

div.product h1, div.product .price {
  font-size: 18px;
  margin-bottom: 12px;
  color: #560F58;
  margin-bottom: 20px;
}

div.product a h1 {
  margin-bottom: 10px;
}

div.product .price {
  float: right;
  color: #3f3f3f;
}

/*div.product .description {
  display: block;
  color: #260228;
  / *margin-bottom: 20px;* /
}*/

div.product_thumb {
/*  float: left;*/
  margin: 0 10px;
/*  height: 100px;*/
  /*padding-bottom: 20px;*/
  position: relative;
}

/*div.product_thumb a {
  display: block;
  bottom: 0;
  position: absolute;
}*/

div.product_image{
  float: right;
  margin-left: 20px;
}

div.desc_img_group{
  display: block;
  color: #260228;
  min-height: 205px; /* hack, for 200 px images */
}

div.product a.description {
/*  position: absolute;
  top: 10px;
  left: 160px;*/
  text-decoration: none;
}

div.product a div.link_block {
  text-indent: 2px;
  display: block;
  height: 120px;
  overflow: hidden;
  font-size: 9pt;
  line-height: 10pt;
}

 /* Categories List */

body.products div.category a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 0px;
  text-indent: 10px;
}

body.products div.category a:hover {
  background-color: #CCCCCC;
  color: purple;
}

/* dialog box in adminbar */


#add_product_dialog {
  width: 271px;
  height: 230px;
  border: 2px solid #666666;
  background-color: #F3F3F3;
  padding: 15px;
}

#update_product_dialog, #update_image_dialog, #delete_product_dialog {
  width: 271px;
  height: 230px;
  border: 2px solid #666666;
  background-color: #F3F3F3;
  padding: 15px;
}

#update_image_dialog td {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
}

#update_image_dialog td.image_name input {
  width: 125px;
  border: 1px solid gray;
  padding: 2px;
}

#update_image_dialog td.image_name input.modified {
  background-color: #FFCCCC;
}

/* Adminbar news dialog */

#add_news_dialog, #add_faqs_dialog {
  width: 271px;
  height: 230px;
  border: 2px solid #666666;
  background-color: #F3F3F3;
  padding: 15px;
}

#add_news_dialog td, #add_faqs_dialog td {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
}

#add_news_dialog td.image_name input, #add_faqs_dialog td.image_name input {
  width: 125px;
  border: 1px solid gray;
  padding: 2px;
}

#add_news_dialog td.image_name input.modified, #add_faqs_dialog td.image_name input.modified {
  background-color: #FFCCCC;
}

/**/

iframe {
  border: none;
  padding: 0;
  margin: 0;
}

div.image_upload iframe {
  width: 271px;
  height: 75px;
  background-color: #F3F3F3;
}

div.image_upload {
  width: 271px;
  height: 80px;
  overflow: hidden;
}


/* Delivery page form */

form.delivery label.for_text, form.adria_form input.text {
  margin-bottom: 5px;
}

form.delivery label.for_text {
  display: block;
  height: 1.4em;
  border-bottom: 1px dashed #EEEEEE;
}

form.delivery input.text {
  height: 1.4em;
  border: 1px solid #333333;
}

form.delivery input.invalid {
  background-color: #FADDDD;
}

form.delivery span.error {
  color: red;
  text-align: right;
}

form.delivery table {
  width: 100%;
}

form.delivery table td.field, form.delivery input.text {
  width: 200px;
}

form.delivery table tr.error td {
  padding-bottom: 15px;
}
form.delivery table tr.error td {
  text-align: right;
}

/* Payment page */

div.payment form label {
  display: block;
  padding: 4px;
}
div.payment form label input.radio {
  position: relative;
  top: 2px;
}

div.payment form div.option_details {
  text-indent: 25px;
}

/*div.payment*/ h2 {
  font-size: 12pt;
  margin-top: 2px;
  margin-bottom: 6px;
}

body.admin div.admin_header div.links {
  float: right;
  margin: 15px;
}
