/*
Theme Name: The Toy Box
Theme URI: http://www.templecreative.com
Description: Wordpress theme for Toy Box.

Author: Dijon Correia

Author URI: http://www.templecreative.com

version: 1.1

Tags: two-column, widget-ready

*/


div#preload { display: none; }

/*/////////////////////////////// Resets ////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////*/


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

body {
  background: white;
  line-height: 1;
  color: black;
  }

ol, ul {
  list-style: none;
  }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  }
  
caption, th, td {
  font-weight: normal;
  text-align: left;
  }
  
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  }

blockquote, q {
  quotes: "" "";
  }

/*/////////////////////////////// Basic Structure ////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////*/

html, body#toybox {
  background: url(images/bg-rpt.png) repeat-x;
  background-color: #00b7f9;
  /*background-position:top;
  background-attachment: fixed;*/
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1;
  }

#wrapper {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  }

/*/////////////////////////////// Header//////////////////////////////////////////////////////*/

#header {
  width: 960px;
  height: 163px;
  margin: 0 auto;
  }

#header1{
  float: left;
  width: 461px;
  height: 163px;
  background:url(images/hdr1.png) no-repeat;
  }

#header2{
  float: left;
  width: 499px;
  height: 163px;
  background:url(images/hdr2.png) no-repeat;
  }
  
/*/////////////////////////////// Main Navigation ////////////////////////////////////////////*/

div#menu-main {
  float: left;
  width: 960px;
  height: 28px;
  margin: 0 auto;
  padding:0;
  background:url(images/nav-bg-rpt.png) repeat-x;
  text-align:center;
  }
  
ul#nav {list-style-type: none; margin: 0 auto; padding: 0; text-align: center; display: block;}

ul#nav li {list-style-type: none; float: left; }
  ul#nav li a {text-indent: -9999px; font-size: 1px;}
  ul#nav li#nav0{width:100px; height:28px; margin: 0; padding: 0; display:block; background:url(images/nv-lft.png); background-repeat: no-repeat;}
  
  /* Home*/
    ul#nav li#nav1 a {width:47px; height:28px; margin: 0; padding: 0; display:block; background-image:url(images/nv1.png); background-repeat: no-repeat;}
    ul#nav li#nav1 a:hover {background-image:url(images/nv1-hvr.png); background-repeat: no-repeat;}
    ul#nav li#nav1.current a {background-image:url(images/nv1-actv.png); background-repeat: no-repeat;}
    
  /* 0 - 18 months */
    ul#nav li#nav2 a {width:91px; height:28px; margin: 0; padding: 0; display:block; background-image:url(images/nv2.png); background-repeat: no-repeat;}
    ul#nav li#nav2 a:hover {background-image:url(images/nv2-hvr.png); background-repeat: no-repeat;}
    ul#nav li#nav2.current a {background-image:url(images/nv2-actv.png); background-repeat: no-repeat;}
    
  /* 18 - 3 years */
    ul#nav li#nav3 a {width:80px; height:28px; margin: 0; padding: 0; display:block; background-image:url(images/nv3.png); background-repeat: no-repeat;}
    ul#nav li#nav3 a:hover {background-image:url(images/nv3-hvr.png); background-repeat: no-repeat;}
    ul#nav li#nav3.current a {background-image:url(images/nv3-actv.png); background-repeat: no-repeat;}
    
  /* 4 - 8 years */
    ul#nav li#nav4 a {width:74px; height:28px; margin: 0; padding: 0; display:block; background-image:url(images/nv4.png); background-repeat: no-repeat;}
    ul#nav li#nav4 a:hover {background-image:url(images/nv4-hvr.png); background-repeat: no-repeat;}
    ul#nav li#nav4.current a {background-image:url(images/nv4-actv.png); background-repeat: no-repeat;}
    
  /* Crafts */
    ul#nav li#nav5 a {width:49px; height:28px; margin: 0; padding: 0; display:block; background-image:url(images/nv5.png); background-repeat: no-repeat;}
    ul#nav li#nav5 a:hover {background-image:url(images/nv5-hvr.png); background-repeat: no-repeat;}
    ul#nav li#nav5.current a {background-image:url(images/nv5-actv.png); background-repeat: no-repeat;}
    
  /* Games */
    ul#nav li#nav6 a {width:55px; height:28px; margin: 0; padding: 0; display:block; background-image:url(images/nv6.png); background-repeat: no-repeat;}
    ul#nav li#nav6 a:hover {background-image:url(images/nv6-hvr.png); background-repeat: no-repeat;}
    ul#nav li#nav6.current a {background-image:url(images/nv6-actv.png); background-repeat: no-repeat;}
    
  /* Consultants Wanted */
    ul#nav li#nav7 a {width:104px; height:28px; margin: 0; padding: 0; display:block; background-image:url(images/nv7.png); background-repeat: no-repeat;}
    ul#nav li#nav7 a:hover {background-image:url(images/nv7-hvr.png); background-repeat: no-repeat;}
    ul#nav li#nav7.current a {background-image:url(images/nv7-actv.png); background-repeat: no-repeat;}
    
  /* Contact Us */
    ul#nav li#nav8 a {width:76px; height:28px; margin: 0; padding: 0; display:block; background-image:url(images/nv8.png); background-repeat: no-repeat;}
    ul#nav li#nav8 a:hover {background-image:url(images/nv8-hvr.png); background-repeat: no-repeat;}
    ul#nav li#nav8.current a {background-image:url(images/nv8-actv.png); background-repeat: no-repeat;}
    ul#nav li#nav9{width:180px; height:28px; margin: 0; padding: 0; display:block; background:url(images/nv-rght.png); background-repeat: no-repeat;}
    
  /* Fabric Delight */
    ul#nav li#nav10 a {width:104px; height:28px; margin: 0; padding: 0; display:block; background-image:url(images/nv10.png); background-repeat: no-repeat;}
    ul#nav li#nav10 a:hover {background-image:url(images/nv10-hvr.png); background-repeat: no-repeat;}
    ul#nav li#nav10.current a {background-image:url(images/nv10-actv.png); background-repeat: no-repeat;}
    
    
/*/////////////////////////////// Slideshow /////////////////////////////////////////////////////*/	
#slideshow {
  float: left;
  width: 662px;
  height: 225px;
  background: url(images/sldshw-bg.png) no-repeat;
  }
  
#slideshow-content {
  width: 540px;
  height: 193px;
  margin: 34px 0px 18px 122px;
  }
  
/*/////////////////////////////// Cart /////////////////////////////////////////////////////*/

#cart {
  float: left;
  width: 298px;
  height: 225px;
  background: url(images/crt-bg.png) no-repeat;
  }
  
#cart-content {
  float: left;
  margin: 45px auto auto 45px;
  text-align: left;
  }
  
/*/////////////////////////////// Panels /////////////////////////////////////////////////////*/
 
#panels {
  float: left;
  width: 960px;
  height: 215px;
  background: url(images/panels-bg.png) no-repeat;
  }
  
#panel1 {
  float: left;
  width: 301px;
  height: 215px;
  background: url(images/pnl1.png) no-repeat;
  cursor: pointer;
  }

#panel1:hover {
  background: url(images/pnl1-hvr.png) no-repeat;
  }
  
#panel2 {
  float: left;
  width: 179px;
  height: 215px;
  background: url(images/pnl2.png) no-repeat;
  cursor: pointer;
  }
  
#panel2:hover {
  background: url(images/pnl2-hvr.png) no-repeat;
  }
  
#panel3 {
  float: left;
  width: 180px;
  height: 215px;
  background: url(images/pnl3.png) no-repeat;
  cursor: pointer;
  }
  
#panel3:hover {
  background: url(images/pnl3-hvr.png) no-repeat;
  }
  
#panel4 {
  float: left;
  width: 300px;
  height: 215px;
  background: url(images/pnl4.png) no-repeat;
  }
  
.wpmlwidget {
  float: left !important;
  width: 150px !important;
  margin:65px auto auto 20px !important;
  text-align:left !important;
  }
  
/*.wpmlwidget .widefat {
 border: 0px !important;
 width: 139px !important;
 height: 20px !important;
 margin:0 !important;
 background: transparent url(images/form-field-bg.png) no-repeat center !important;
 font-size:14px !important;
 line-height:14px !important;
 margin:0px !important;
 padding: auto 10px !important;
 color: #f2cadc !important;
 font-weight: bolder !important;
 overflow: hidden;
}*/

/*:focus  {
 background: url(images/form-field-bg.png) no-repeat !important;
}*/

.wpmlwidget .widefat,.wpmlwidget input, .wpmlwidget select, .wpmlwidget textarea {
  -moz-border-radius-bottomleft:0px !important;
  -moz-border-radius-bottomright:0px !important;
  -moz-border-radius-topleft:0px !important;
  -moz-border-radius-topright:0px !important;
  border:2px solid #ac255d !important;
  border-collapse: separate !important;
  border-spacing:0 !important;
  clear:both !important;
  margin:0 !important;
  height: 16px !important;
  width:124px !important;
  background-color: #d24e89 !important;
  font-size:12px !important;
  line-height:16px !important;
  margin:0px !important;
  padding:2px !important;
  color: #f2cadc;
  font-weight: bolder;
}

.wpmlwidget .widefat:focus,.wpmlwidget input:focus, .wpmlwidget select:focus, .wpmlwidget textarea:focus  {
  background-color: #d24e89 !important;
}

.wpmlwidget fieldset, .wpmlwidget legend, .wpmlwidget label {
  /*display: none !important;*/
  color: #F1CEDA !important;
  font-size:12px !important;
  font-weight:bold !important;
  margin: 2px 0px !important;
  padding:0px !important;
  background: none  !important;
  background-color: none !important;
}

.wpmlwidget input.button {
  width:64px !important;
  height: 24px !important;
  padding:0 !important;
  margin: auto 0 auto 65px !important;
  /*font-size:0em;*/
  background:url(images/butt-submit.png) no-repeat !important;
  cursor: pointer !important;
  border: 0 !important;
  font-size: 0px !important;
  line-height: 0px !important;
  text-indent: -999em !important;
  }
  
.wpmlwidget input.button:hover	{
  background:url(images/butt-submit-hvr.png) no-repeat !important;
  cursor: pointer !important;
  }
  
.wpmlwidget .wpmlloading {
  float: left !important;
  }
  
/*/////////////////////////////// Main /////////////////////////////////////////////////////*/
 
#main {
  float: left;
  width: 960px;
  margin: 0;
  text-align: center;
  background: url(images/mn-bg-rpt.png) repeat-y;
  }
  
#main-container {
  width: 734px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }
  
#main-bot {
  float: left;
  width: 960px;
  height: 33px;
  background: url(images/mn-bot.png) no-repeat;
  background-position: bottom;
  }
  
/*/////////////////////////////// Page Header ////////////////////////////////////////////*/
#main-header {
  float: left;
  width: 734px;
  padding: 0 15px;
  text-align: left;
  }
  
#page-head {
  float: left;
  width: 704px;
  padding: 10px 0;
  margin: 0;
  }
  
#page-title-left {
  float: left;
  /*width: 304px;*/
  }
  
#page-title-right {
  float: left;
  /*width: 400px;*/
  }
  
/* header breadcrumbs */
#breadcrumbs {
  width:400px;
  margin: auto;
  text-align: right;
  font-size: 8pt;
  }
  
div.breadcrumb {
  margin: 0;
  }
  
.breadcrumb {
  
}

.breadcrumb a {
  background:url(images/breadcrumbs.png) no-repeat right center;
  float:left;
  line-height:2.3em;
  color:#777;
  display:block;
  padding:0 15px 0 .75em;
  }
  
.breadcrumb a:link, .breadcrumb a:visited {
  color:#777;
  text-decoration:none;
  }
  
.breadcrumb a:hover, .breadcrumb a:focus {
  color:#ca226d;
  }
  
.breadcrumb strong {
  /*background:url(images/breadcrumbs.png) no-repeat right center;*/
  float:left;
  line-height:2.3em;
  color:#ca226d;
  font-weight: bold;
  display:block;
  padding:0 15px 0 .75em;
  }
  
/* page title */
div#page-title{width:100%; margin: 0;}
h1.page-title{width:100%; line-height: 35px; font-size: 13pt; color:#ca226d; padding: 0 0 0 10px; text-shadow:0 1px 0 #ffffff;}

/*/////////////////////////////// Sidebar ////////////////////////////////////////////*/

#sidebar-container {
  width:195px;
  float:left;
  margin:0;
  padding: 0;
  text-align: center;
  font-size:8pt;
  }
  
#sidebar {
  width:300px;
  margin:0 auto;
  padding: 0;
  text-align: left;
  }
  
#sidebar h2{
  display: none;
  }
  
/*
 #sidebar h2{
 width: 100%;
 height: 35px;
 background:url(images/pnl-top-bgprt.png) repeat-x;
 text-align: left;
 text-indent: 10px;
 color: #ca226d;
 font-weight: bold;
 font-size: 12pt;
 }
 #sidebar label{
 color: #000;
 margin: 0;
 padding: 0;
 }
 
 #sidebar p {margin:0; padding:0;}
 
 #sidebar img {padding: 0; margin: 0;}
 
 #sidebar ul {
 margin:0;
 padding:0;
 }
 
 #sidebar ul li {
 margin: 0;
 padding: 0;
 line-height: 14pt;
 list-style-type: none;
 }
 
 #sidebar ul ul {
 margin:14px 0;
 padding:0;
 }
 
 #sidebar ul ul li {
 list-style-type: none;
 }
 
 #sidebar ul ul ul{
 margin: 0;
 padding: 0;
 }
 
 #sidebar ul ul ul li{
 padding: 0 0 0 15px;
 list-style-type: square;
 color: #898989;
 }
 
 */

/*/////////////////////////////// Main Content ////////////////////////////////////////////*/
#content {
  float: left;
  width: 704px;
  }

/*/////////////////////////////// Content ////////////////////////////////////////////*/
.post {
  float: left;
  width: 704px;
  margin:0;
  padding: 0px 15px;
  background: url(images/pnl-bg-rpt.png) repeat-x;
  }
  
.post h2{}

.post h2 a{}

.post h2 a:hover{}

.post ul {}

.post li {}

.post-edit-link {display: none;}

.entry {
  float: left;
  margin: 15px 0;
  padding:0;
  }
  
.entry p{margin:12px 0;}

.postmetadata{
  clear: both;
  background:#F7F7F7;
  padding:6px;
  margin: 20px 0;
  }
  
.navigation {
  font-size:8pt;
  width:100%;
  float:left;
  margin:0;
  padding:0;
  overflow:hidden;
  }
  
.alignleft a{float:left; margin:25px 0;}

.alignright a{float:right; margin:25px 0;}

/*/////////////////////////////// Footer ////////////////////////////////////////////*/
 
#footer {
  float: left;
  clear: both;
  height: 50px;
  width: 960px;
  margin: 0px auto 15px auto;
  text-align: left;
  font-size: 10px;
  text-align: center;
  }
  
div#menu-footer {width: 785px; margin:10px auto; text-align: center; color: #bfedfd; clear: both;}

ul#nav-footer {width: 100%; margin:0 auto 0 18px; text-align: center;}
ul#nav-footer li {float: left; list-style-type: none; margin: 0; padding: 0;}
ul#nav-footer li span.footer-separator {margin: 0; padding: 0 10px; text-decoration: none; color: #bfedfd; font-size: 12px;}
ul#nav-footer li a {margin: 0; padding: 0; display:block; color: #bfedfd; text-decoration: none;}
ul#nav-footer li a:hover {color: #fff; text-decoration: none;}
ul#nav-footer li.current a {color: #0D6EAB; text-decoration: none;}

div#footer-credits {
  width: 340px;
  margin: 0 auto;
  text-align: center;
  color: #8cdffc;
  }
  
/*/////////////////////////////// Basic Elements ////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////*/
 
*{margin:0; padding:0;}
h1  {font-size: 22px; color:#ca226d; margin:2px 0; padding:2px 0; clear: both; font-weight: bold;}
h1  a {color:#ca226d;}
h1  a:hover {color:#e4438b;}
h2  {font-size: 20px; color:#ca226d; margin:2px 0; padding:2px 0; clear: both; font-weight: bold;}
h2  a {color:#ca226d;}
h2  a:hover {color:#e4438b;}
h3  {font-size: 18px; color:#ca226d; margin:2px 0; padding:2px 0; clear: both; font-weight: bold;}
h3  a {color:#ca226d;}
h3  a:hover {color:#e4438b;}
h4  {font-size: 16px; color:#ca226d; margin:2px 0; padding:2px 0; clear: both; font-weight: bold;}
h4  a {color:#ca226d;}
h4  a:hover {color:#e4438b;}
h5 {font-size: 14px; color:#064da5; margin:2px 0; padding:4px 0; clear: both; font-weight: bold;}
h5 a {color:#064da5;}
h5 a:hover {color:#e4438b;}
h6  {font-size: 12px; color:#ca226d; margin:2px 0; padding:2px 0; clear: both; font-weight: bold;}
h6  a {color:#ca226d;}
h6  a:hover {color:#e4438b;}
h6  {font-size: 12pt; font-size: 14px; color:#ca226d; margin:2px 0; padding:2px 0; clear: both; font-weight: bold;}
h6  a {color:#ca226d;}
h6  a:hover {color:#e4438b;}

img{ border: none; padding:0; }
img a{border:none;}
img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
  border-left:1px solid #A5ABAB;
  margin:15px;
  padding:0 12px 0 12px;
  }
  

code{
  font-family:"Courier New", Courier, monospace;
  }
  
p {
  margin: 0 0 15px 0;
  }
  
strong, bold {
  color: #d24e89;
  font-weight: bold;
  }
  
i, em {
  font-style: oblique;
  }
  
/*/////////////////////////////// Links ////////////////////////////////////////////*/
a{
  color:#0587BC;
  text-decoration:none;
  }
a:hover{color: #1E94C3; text-decoration: none;}

/*/////////////////////////////// Buttons ////////////////////////////////////////////*/
#wpco-2 ul {
  margin:0;
  padding:0;
  }
  
#wpco-2 ul li {
  margin:0;
  margin:0;
  padding:0;
  font-size: 10px !important;
  /*list-style-image:url(images/bullet-1st.png)*/
  }
  
#wpco-2.widget a, #text-3 a.wpco, .widget-button {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #2c6e00;
  font-size: 10px;
  text-indent: 6px;
  font-weight: bolder;
  background:url(images/butt-cart-sml.png) no-repeat;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  line-height: 20px !important;
  }
  
#wpco-2.widget a span {
  line-height: 20px !important;
  }
  
#wpco-2.widget a:hover, #text-3 a.wpco:hover {
  background:url(images/butt-cart-sml-hvr.png) no-repeat;
  }
  
input#wp-submit	{
  width:98px;
  height: 41px;
  padding:0;
  margin: 0;
  color: #626262;
  /*font-size:0em;*/
  background:url(images/butt-submit-blank.png) no-repeat;
  cursor: pointer;
  border: 0;
}

input:hover#wp-submit, input:focus#wp-submit, input:active#wp-submit	{
  background:url(images/butt-submit-blank-hvr.png) no-repeat;
  cursor: pointer;
  }
  
input#wpcofname, input#wpcolname, input#wpcoemail, input#username, input#password {
  width: 150px !important;
  }
  
/* cart button */
input.button-primary	{
  display: block !important;
  width:89px !important;
  height: 24px !important;
  padding:0 !important;
  margin: 0 !important;
  font-size: 0px !important;
  line-height: 0px !important;
  background:url(images/butt-addtocart.png) no-repeat !important;
  cursor: pointer !important;
  border: 0 !important;
  color: transparent !important;
  background-color: transparent !important;
  text-indent: -999em !important;
  float: left !important;
  }
  
input:hover.button-primary, input:focus.button-primary, input:active.button-primary	{
  background:url(images/butt-addtocart-hvr.png) no-repeat !important;
  cursor: pointer !important;
  }
  
/* shoppingcart button */
input.button#butt-update {
  width:89px !important;
  height: 24px !important;
  padding:0 !important;
  margin: auto 0 auto 65px !important;
  /*font-size:0em;*/
  background:url(images/butt-update.png) no-repeat !important;
  cursor: pointer !important;
  border: 0 !important;
  font-size: 0px !important;
  line-height: 0px !important;
  text-indent: -999em !important;
}

input.button:hover#butt-update	{
  background:url(images/butt-update-hvr.png) no-repeat !important;
  cursor: pointer !important;
  }
  
input.button#butt-checkout {
  width:89px !important;
  height: 24px !important;
  padding:0 !important;
  margin: auto 0 auto 65px !important;
  /*font-size:0em;*/
  background:url(images/butt-checkout.png) no-repeat !important;
  cursor: pointer !important;
  border: 0 !important;
  font-size: 0px !important;
  line-height: 0px !important;
  text-indent: -999em !important;
  }
  
input.button:hover#butt-checkout	{
  background:url(images/butt-checkout-hvr.png) no-repeat !important;
  cursor: pointer !important;
  }
  
/* image enlarge */
a#butt-img-enlarge	{
  display: block;
  width: 140px;
  height: 20px;
  margin:2px 34px;
  padding: 5px 0 1px 0;
  text-decoration: none;
  color: #2c6e00;
  font-size: 0px;
  line-height: 0px;
  text-indent: -999em;
  font-weight: bold;
  background:url(images/butt-sml-enlarge.png) no-repeat;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

a:hover#butt-img-enlarge, a:focus#butt-img-enlarge, a:active#butt-img-enlarge	{
  background:url(images/butt-sml-enlarge-hvr.png) no-repeat;
  }
  
/* Login button */
form#loginform input#wp-submit	{
  display: block;
  width:64px;
  height: 24px;
  padding:0;
  margin: 0;
  background:url(images/butt-login.png) no-repeat;
  cursor: pointer;
  border: 0;
  font-size: 0px;
  line-height: 0px;
  text-indent: -999em;
  }
  
form#loginform input:hover#wp-submit, form#loginform input:focus#wp-submit, form#loginform input:active#wp-submit	{
  background:url(images/butt-login-hvr.png) no-repeat;
  cursor: pointer;
  }
  
/*/////////////////////////////// Product Loop ////////////////////////////////////////////*/
.product-details-container {
  background-color:#C5E1EB;
  padding:10px;
  width:626px;
  margin-bottom:15px;
}
.productdetails {
  float:right;
  margin-left:10px;
  width:150px;
}
.productimage {
  float:left;
  margin-left:14px;
  margin-right:10px;
  margin-top:10px;
}

.product-details-container .productcount {
  display: none;
}
  .productcount b {
    padding-top: 5px;
  }
  .productcount input {
    margin-left: 5px;
  }
  
.productpricewrap {
  color:#CA226D !important;
  float:none !important;
  font-size:14px !important;
  font-weight:bold !important;
  margin:0 !important;
  padding:0 10px !important;
  width:450px !important;
}  
  
.productdescription {
  display:block;
  float:left;
  margin-top:0 !important;
  padding-top:0;
  width:244px;
}

.productsubmit {
  display: block;
  clear: both;
}

.productkeywords {
  display:block;
  float:right;
  margin-top:-11px;
}
form.wpco {
  width: 700px !important;
}
input.wpco {
  margin-top: -16px;
}
table.wpco input.wpco {
  margin: auto;
}
.product-details-container form.wpco, div.wpcoproductslist ul li.l p, div.wpcoproductslist ul li.r p {
  width: 140px !important;
}
.product-details-container form.wpco {
  display: none;
}
  
/*/////////////////////////////// Form Elements ////////////////////////////////////////////*/
fieldset, legend, label {
  color: #7F1243;
  font-size:12px;
  font-weight:bold;
  margin: 2px 0px;
  padding:0px;
  background: none;
  background-color: none;
  }
input:hover, textarea:hover, select:hover {
  background:#ECF2F4 none repeat scroll 0 0;
  }
  
textarea, .cform input {
  width:440px;
  }
  
input, textarea {
  background:white none repeat scroll 0 0;
  border-color:#EEEEEE;
  border-style:none none dotted;
  border-width:medium medium 2px;
  color:#384A58;
  font-size:inherit;
  font-weight:bold;
  letter-spacing:2px;
  margin:0 0 8px;
  padding:3px 5px;
  vertical-align:top;
  }
  
input#rememberme {
  border: 0px;
  }
  
/*/////////////////////////////// Lists ////////////////////////////////////////////*/
#content ul {
  margin: 0px 10px 0px 15px;
  padding: 0px;
  list-style-type: square;
  list-style-image:url(images/bullet.png);
  }
  
#content ul li {
  margin: 0px 0px 5px 15px;
  padding: 0px;
  list-style:url(images/bullet.png);
  }
  
#content ul ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
  list-style-type: square;
  list-style-image:url(images/bullet-sub.png);
  }
  
#content ul ul li {
  margin: 5px 0px 5px 15px;
  padding: 0px;
  list-style:url(images/bullet-sub.png);
  }
  
/* nav menu */
ul.navlist {
  margin: 0px 0px 0px 15px;
  padding: 0px;
  list-style-type: square;
  list-style-image:url(images/bullet.png);
}

ul.navlist li {
  margin: 0px 0px 5px 15px;
  padding: 0px;
  list-style:url(images/bullet.png);
  }
  
ul.navlist li a{
  display: block;
  width: 385px;
  padding: 4px 0;
  color: #000;
  background:url(images/icn-arrow.png) no-repeat;
  background-position: right;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
  }
  
ul.navlist li a:hover{
  width: 385px;
  color: #000;
  background:url(images/icn-arrow-hvr.png) no-repeat;
  background-position: right;
  }
  
/*/////////////////////////////// Images ////////////////////////////////////////////*/
.entry a img {
  padding: 4px;
  background:#EBEBEB;
  }
  
.entry a:hover img {
  padding: 4px;
  background:#c3c7cd;
  /*cursor:url("images/cursor-magnify.gif"), -moz-zoom-in;*/
  cursor:url("images/cursor-magnify.cur"), -moz-zoom-in, pointer;
  }
  
/* tables */
table {
  width: 90%;
  border-collapse: collapse !important;
  margin:10px 0 !important;
  border: 0px solid #C3C7CD !important;
  }
    
table td {
  padding: 2px;
  }
  
table th {
  border: 1px solid #C3C7CD !important;
  background-color: #E1E3E7 !important;
  padding: 4px !important;
  font-color: #1b1b1b !important;
  }
  
/*/////////////////////////////// Arb ////////////////////////////////////////////*/
.red {color:#ca226d;}
.blue {color:#0D6EA2;}
.black {color:#0a0a0a;}
.grey {color:#606060;}
.small {font-size: 8pt;}
.uppercase {text-transform: uppercase;}
.left {float: left;}
.right {float: right;}
.border {border: 1px solid #e8e8e8;}
.block {float: left; margin: 5px; padding: 5px;}


/*/////////////////////////////// Buttons ////////////////////////////////////////////*/
a#print-website {
  display: block;
  width: 160px;
  height: 30px;
  background: url(images/butt-print-website.png) no-repeat;
  cursor: pointer;
}
a:hover#print-website {
  background: url(images/butt-print-website-hvr.png) no-repeat;
  cursor: pointer;
  }
  
/*/////////////////////////////// Thickbox ////////////////////////////////////////////*/
#thickbox-main {
  background: #272D3C;
  }
  
/*/////////////////////////////// Comments ////////////////////////////////////////////*/
#commentform{
  background:#fff;
  margin:0;
  padding:0;
  }
  
#commentform p{
  color: #000;
  }
  
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
  font-family: georgia, times, verdana;
  font-size: 10pt;
  font-weight: 300;
  color: #000;
  margin:0;
  padding:0;
  }
  
#comment{
  width:80%;
  }
  
#author, #email, #url, #comment, #submit{
  background: #fff;
  font-family: verdana, arial, times;
  font-size: 8pt;
  margin:5px 5px 0 0;
  padding:0;
  border: 1px solid #000;
  }
  
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}

ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
  background: #fff;
  margin:10px 0;
  padding:5px 0 5px 10px;
  list-style-type:none;
  }
  
ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}
ol.commentlist a {color:#000;}

cite {
  font-family: arial, verdana, tahoma;
  font-size: 9pt;
  font-weight: bold;
  font-style: normal;
  }
  
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/*/////////////////////////////// Search ////////////////////////////////////////////*/
#searchform{
  padding:0;
  margin:14px 0;
  }
  
#searchform input#s{
  margin:0;
  padding:2px;
  border:1px solid #000;
  }
  
/*/////////////////////////////// Misc ////////////////////////////////////////////*/
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  }
  
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  }
  
.alignright {
  float: right;
  }
  
.alignleft {
  float: left
  }
  
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }
  
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }
  
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }