/*
WordPress Shopping Cart Plugin CSS
Front-End Styles

All rights reserved Tribulant Software (CC) 2009
Original: wp-checkout/css/default/wp-checkout.css
*/

img.wpco {
	border: none;
}

ul.wpcowidgetproducts {
	
}

ul.wpcowidgetproducts li {

}

ul.wpcowidgetproducts li:before {
	content: "" !important;
}

.wpcowidgetthumb {
    
}

.wpcowidgetitem {
    
}

.wpcowidgetitem a {
    
}

span.cart {
	padding: 0 0 0 20px;
	background: url('../../images/icon-16.png') center left no-repeat;
}

span.wpcoerror, div.wpcoerror, li.wpcoerror, p.wpcoerror {
	color: #FF0000 !important;
}

.wpcooos {
	color: #ff0000 !important;
	font-size: 11px !important;
}

.wpcosuccessmsg {
	color: green !important;
}

.wpcohandle {
	cursor: move;
	width: 11px;
	height: 11px;
	display: block;
	background: url('http://crystal-training.net/wp-content/plugins/wp-checkout/css/images/drag_handle.gif') no-repeat;
}

form.wpco {
	width: auto;
	text-align: left;
}

fieldset.wpco {
	width: auto;
        display: block;
	border: none;
        //border-bottom: 2px #efefef solid;
	margin: 15px 0 10px 0;
	padding: 5px 0 5px 0;
	text-align: left;
}

fieldset.wpco legend {
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 0;
    color: #333333;
    font-size: auto;
    font-style: normal;
}

fieldset.wpco legend sup.wpcorequired {
	color: #ff0000 !important;
}

fieldset.wpco select {
	width: auto;
}

fieldset.wpco input[type=text] {
	width: auto;
}

fieldset.steps {
	border: 1px #CCCCCC solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	padding: 10px;
	margin: 0 0 10px 0;
}

fieldset.steps legend {
	padding: 0 6px;	
	font-size: 120%;
}

label {
	cursor: pointer;
}

input.wpco {
	font-size: 12px;
}

fieldset.wpcooptionslinkfieldset {
	background: #FEFFE5 !important;
}

p.wpcooptionslink {

}

div.wpcocategory {

}

div.wpcocategory .wpcocatimg {
	float: left;
	margin: 0 10px 0 0;
}

div.wpcocategoriesgrid {

}

div.wpcocategoriesgrid ul {
    list-style: none;
    margin: 10px 0 15px 0;
    padding: 0 0 0 0;
}

div.wpcocategoriesgrid ul li {
    margin: 0 10px 15px 0;
    list-style: none;
    list-style-type: none !important;
    display: -moz-inline-box; /* mozilla only */
    display: inline-block;
    border-bottom: none;
    text-align: center;
	vertical-align: bottom;
}

div.wpcocategoriesgrid ul li:before {
    content: "" !important;
}

div.wpcocategoriesgrid a {
    text-decoration: none;
}

div.wpcocategoriesgrid a img {
    border: none;
}

div.wpcocategoryimg {
    border-bottom: 1px #999999 solid;
    margin: 0 0 10px 0;
    display: block;
}

div.wpcocategoriesgrid h4 {
    font-size: 15px;
    font-weight: bold;display: block;
	width: 100%;
	margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

div.wpcocategoriesgrid h4 a {
	display: block;
}

div.wpcopaging {
	margin: 15px 0 25px 0;
}

div.wpcopaging span.displaying-num {
	display: block;
	width: 100%;
	font-style: italic;
	margin: 15px 0;
}

div.wpcopaging .page-numbers {
	border: 1px #999999 solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	padding: 4px 6px;
	margin: 0 3px 0 0;
	text-decoration: none;
}

div.wpcopaging .current {
	font-weight: bold;
}

div.wpcopaging .current, div.wpcopaging a.page-numbers:hover {
	border: 1px #515151 solid;
    color: #000000;
	text-decoration: none;
}

div.wpcosort p {
    font-size: 12px !important;
    line-height: 14px !important;
}

div.wpcosteps {
	margin: 0 0 10px 0;
	padding: 5px 0;
	display: block;
	clear: both;
	border-bottom: 1px #999999 dotted;
}

div.wpcosteps ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

div.wpcosteps ul li {
	float: left;
	padding: 0 0 0 0;
	margin: 0 8px 0 8px;
	color: rgb(34, 68, 102);
}

div.wpcosteps ul li.active {
	font-weight: bold;
	color: rgb(213, 78, 33);
}

div.wpcosteps ul li span.number {
	font-size: 22px;
}

ul.wpcochecklist {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

ul.wpcochecklist li ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}

div.wpcosupplierimg {

}

a.wpcobuylink {
	display: block;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #515151;
}

.wpcobuttonwrap, .wpcofavoritewrap {
	position: relative;	
}

span.wpcoloading, .favoritesuccess, .wpcoadded {
    background: #fdfdfd;
	color: black;
    padding: 5px 10px;
    border: 1px #CCCCCC solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
	left: 0;
	top: 0;
	width: 125px;
	text-align: center !important;
}

span.wpcoloading img {
	border: none !important;
}

/* BEG Products Grid */

div.productsgrid {
    margin: 15px 0;
}

div.productsgrid .productssort {
    margin: 15px 0;
    text-align: right;
    border-bottom: 1px #999999 solid;
    padding: 0 10px 10px 0;
    font-size: 85%;
}

div.productsgrid ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

div.productsgrid ul li {
    display: -moz-inline-box; /* mozilla only */
    display: inline-block;
    vertical-align: bottom;
    width: 30%;
    margin: 0 2% 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

div.productsgrid ul li:before, div.productsgrid ul li:after {
    content: "" !important;
}

div.productsgrid .producttitle {
    text-align: center;
    font-size: 125%;
    font-weight: normal;
    text-align: center;
}

div.productsgrid .producttitle a, div.productsgrid .producttitle a:link {
    text-decoration: none;
    display: block;
}

div.productsgrid .productimage {
    display: block;
}

div.productsgrid .productimage img.productimagethumb {
    border: none;
    background: #FFFFFF;
    padding: 3px;
}

div.productsgrid .productimage a.productimagelink {
    text-decoration: none;
    border: 1px #CCCCCC solid;
    background: #FFFFFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
}

div.productsgrid .productimage a.productimagelink:hover {
    border-color: #999999;
}

div.productsgrid .productdetails {
    text-align: center;
    margin: 5px 0 10px 0;
    padding: 5px 5px;
    background: #f8f8f8;
    border: 1px #CCCCCC solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #333333;
	position: relative;
}

div.productsgrid .productdetails form {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

div.productsgrid .productdetails form input {
    margin: 0 0 4px 0;
}

div.productsgrid .productsubmit {
    display: block !important;
    margin: 0 0 0 0;
}

div.productsgrid .productsubmit input {
    width: auto;
    padding: 2px 4px;
}

div.productsgrid span.wpcoloading {
}

div.productsgrid span.wpcoadded {
}

div.productsgrid .productprice {
    font-size: 130%;
    font-weight: bold;
}

.favoritesubmit {
	display: block;
	margin: 5px 0;	
}

/* END Products Grid */

/* BEG Products List */

div.productslist {
    margin: 15px 0;
}

div.productslist .productssort {
    text-align: right;
    border-bottom: 1px #999999 solid;
    margin: 15px 0;
    font-size: 85%;
    padding: 0 10px 10px 0;
}

div.productslist ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

div.productslist ul li {
    margin: 15px 0 15px 0;
    padding: 0 0 0 0;
    border-bottom: 2px #cfcfcf solid;
}

div.productslist .producttitle {
    font-size: 125%;
    display: block;
    text-align: left;
}

div.productslist .productimage {
    float: left;
    margin: 0 15px 10px 0;
}

div.productslist .productimage img.productimagethumb {
    border: none;
    padding: 3px;
}

div.productslist .productimage a.productimagelink {
    text-decoration: none;
    border: 1px #CCCCCC solid;
    display: block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.productslist .productdescription {

}

div.productslist .productimage a.productimagelink:hover {
    border-color: #999999;
}

div.productslist .productdetails {
    float: right;
    text-align: center;
    margin: 5px 0 10px 15px;
    padding: 5px 5px;
    background: #f8f8f8;
    border: 1px #CCCCCC solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #333333;
	position: relative;
}

div.productslist .productdetails form {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

div.productslist .productdetails form input {
    margin: 0 0 4px 0;
}

div.productslist .productsubmit {
    display: block !important;
    margin: 0 0 0 0;
}

div.productslist .productsubmit input {
    width: auto;
    padding: 2px 4px;
}

div.productslist span.wpcoloading {
}

div.productslist span.wpcoadded {
}

div.productslist .productprice {
    font-size: 130%;
    font-weight: bold;
}

div.productslist .productkeywords {
    margin: 10px 0 0 0;
    padding: 5px 10px;
    background: #f8f8f8;
    display: block;
}

/* END Products List */

div.wpcoimglist {
	margin: 10px 0;
	width: 300px;
}

div.wpcoimglistfull {
	width: auto !important;	
}

div.wpcoproduct {

}

div.wpcoproduct .price {
    font-weight: bold;
    font-size: 120%;
}

div.wpcoproduct .sprice {
    color: #999999;
    font-size: 100%;
}

div.wpcoproduct a img {
	border: none;
}

div.wpcoproduct div.wpcohowmany {
	margin: 0;
}

div.wpcoproduct div.wpcoimages {
	float: left;
	margin: 0 20px 0 0;
}

div.wpcoimglist ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0 !important;
	text-indent: 0px !important;
	list-style: none;
}

div.wpcoimglist ul li {
	float: left;
	margin: 0 10px 3px 0;
	padding: 0 0 0 0;
	text-indent: 0px;
	list-style: none;
}

div.wpcoimglist ul li:before {
	content: "";
}

div.wpcoimglist ul li a img {
	border: 1px #cccccc solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px;
}

div.wpcoimglist ul li a:hover img {
	border: 1px #515151 solid;
}

table.form-table {
	margin-top: 8px !important;
}

table.wpco {
	width: 100%;
}

table.wpco tbody tr td, table.wpco th {
	padding: 4px !important;
}

table.wpco thead tr, table.wpco tbody tr.total, table.wpco tfoot tr {
	background: none !important;
	font-weight: bold;
}

table.wpco thead tr th, table.wpco tbody tr.total td, table.wpco tfoot tr th {
	text-align: left !important;
}

table.wpco thead tr th, table.wpco tfoot tr th, table.wpco tr.total td {
	text-align: center;
	background: url("../../images/tabber/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
	border: 1px solid #D3D3D3;
	color: #555555;
	font-size:13px;
	font-weight:normal;
	outline:medium none;
	text-align:center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
}

table.wpco tr.arow {
	background: #f1f1f1;
}

table.wpco tr.erow {
	background: #fafafa;
}

table.wpco th.check-column {
	text-align: center;
}

table.wpco td {
	padding: 4px;
	text-align: left;
	color: #555555;
}

table.wpco tr td {
	padding: 2px;
	margin: 0 0 0 0;
	border: none;
}

.wpcocleaner, hr.wpco {
	clear: both !important;
	height: 1px;
	font-size: 1px; line-height: 1px;
	visibility: hidden;
}

label.optional {
  font-weight: normal;
}
label.required {
  font-weight: bold;
}

.wpcoinvoice {
  border: 2px solid black;
  padding: 3em;
  background-color: white;
  color: #333333;
  font-family: Arial, Heveltica, sans-serif;
}