/*
WordPress Shopping Cart Plugin CSS
Front-End Styles

All rights reserved Tribulant Software (CC) 2011
Original: wp-checkout/views/default/style.css
*/

/* ----------------------------------------------- */
/* #0 - SUMMARY */
/* #1 - Sorting Options */
/* #2 - Products List */
/* #3 - Products Grid */
/* #4 - Paging */
/* #5 - Shopping Cart */
/* #6 - Checkout */
/* #7 - Product Page */
/* #8 - Favorites */
/* #9 - Categories */
/* #10 - General Styles */
/* ----------------------------------------------- */

/* #0 - Sorting Options */

.productsoptions {
	float:left;
	width:96%;
	padding:2%;
	background:#f1f1f1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	font-family:Helvetica, Arial, sans-serif;
}

.productssort {
	float:left;
	width:100%;
	height:26px;
	line-height:26px;
}

.productssort select {
	float:left;
	width:auto;
	padding:3px;
	border:1px solid #DDD;
	margin:0 0 0 0;
}

.productssort label {
	float:left;
	width:auto;
	padding-right:8px;
	font-size:12px;
	line-height:26px;
}

.changeviewmode {
    width: 26px;
    height: 26px;
    display: block;
    float: right;
    margin: 0 0px 0 8px;
    text-indent: -9999px;
	cursor: pointer;
	text-decoration:none;
	border: none;
}

.changeviewmode:hover {
	background-position:0 -26px;
}

.changetogrid {
    background: url('img/gridviewicon.png') no-repeat;
}

.changetolist {
	border-right:1px solid #dcdcdc;
	padding-right:8px;
    background: url('img/listviewicon.png') no-repeat;
}

.productslist .changetolist {
	background-position:0 -26px;
}

.productsgrid .changetogrid {
	background-position:0 -26px;
}

/* #1 - Products List */

.productslist {}

.productslist ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

.productslist ul li {
	float:left;
    margin: 0 0 24px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px #e5e5e5 solid;
	list-style: none;
	width:100%;
}

.productslist .productimage, .productsgrid .productimage {
    float: left;
    margin: 0 20px 0 0;
	z-index:50;
	position:relative;
}

.productslist .productimage img.productimagethumb, .productsgrid .productimage img.productimagethumb {
    border:0 none;
}

.productslist .productimage a.productimagelink {
	display:block;
	border:0 none;
}

.productslist .producttitle {
    font-size:18px;
	line-height:28px;
	font-family:Helvetica, Arial, sans-serif;
    text-align:left;
	width:100%;
	text-transform: none;
	line-height: 100%;
}

.productdataholder {
	overflow:hidden;
}

.productslist .productdetails {
	width:100%;
	padding:10px 0 10px 0;
    text-align: left;
    color: #333333;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;	
	zoom: 1;
	*display: inline;
}

.productslist .productdetails form {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.productslist .productprice {
	float:left;
	width:auto;
    font-size: 16px;
    font-weight: bold;
	line-height:32px;
	height:32px;
}

.productslist .productpricewrap {
	float:left;
	width:auto;
	line-height:32px;
	height:32px;
	padding-right:10px;
}

.productslist .productdetails .wpcohowmany {
	float:left;
	width:auto;
	line-height:32px;
	font-size:14px;
	margin-right:5px;
	position:relative;
}

.productslist .productdetails .wpcohowmany input {
	margin:0 0 0 0;
	padding:4.5px;
	text-align:center;
}

.productslist .productsubmit {
	/*float:left;*/
	width:auto;
    margin: 0 0 0 0;
}

.productslist .productsubmit input {
    width:auto;
	height:30px;
	line-height:24px;
	padding:0 8px;
}

.productslist .productdescription {
	font-size:14px;
	line-height:22px;
}

p.productdescription {
	margin-bottom:10px;
}

.productslist .productkeywords {
	float:left;
	width:95%;
    margin: 0 0 10px 0;
    display: block;
	padding:2%;
	border:1px solid #e5e5e5;
	font-size:12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/* #1 - End of Products List */

/* #2 - Products Grid */

.productsgrid {
    margin: 15px 0;
}

.productsgrid ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
	width::100%;
}

.productsgrid ul li {
    display: -moz-inline-box; /* mozilla only */
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 0 1.8% 1.8% 0;
    text-align: center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.productsgrid ul li:before, .productsgrid ul li:after {
    content: "" !important;
}

.productsgrid .producttitle {
    font-size:14px;
	font-weight:bold;
	line-height:21px;
	font-family:Helvetica, Arial, sans-serif;
    text-align:center;
	width:100%;
	padding-bottom:5px;
	text-transform: none;
	line-height: 100%;
}

.productsgrid .productimage {
    float:left;
	width:90%;
	padding:5%;
	border:1px solid #e5e5e5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radiu:5px;
}

.productsgrid .productimage a.productimagelink {
    text-decoration: none;
    display: block;
}

.productsgrid .productdetails .wpcohowmany, .productsgrid .productdetails .productsizeholder {
	width:auto;
	line-height:32px;
	font-size:14px;
	padding-bottom:8px;
}

.productsgrid .productpricewrap {
	float:left;
	width:100%;
	line-height:30px;
	height:30px;
}

.productsgrid .wpcobuttonwrap {
	float:none;
}

.productsgrid .productdetails {
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
	color: #333333;
	text-align:center;
	position: relative;
}

.productsgrid .productdetails form {
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.productsgrid .productdetails form input {
    margin: 0 auto;
	width:auto;
	display: inline-block;
	margin-right: 0.1em;
    overflow: visible;
}

.productsgrid .productdetails form input.donateprice {
	margin: 0 0 8px 0;
}

.productsgrid .productform {
	text-align:center;
}	

.productsgrid .productsubmit {
	display:block !important;
	margin:0 auto;
}

.productsgrid a.wpcobuylink {
	float:none;
}

.productsgrid .productprice {
    font-size:16px;
    font-weight:bold;
	line-height:32px;
	height:32px;
}

.productsgrid .wpcofavoritewrap, .productsgrid .favoritesubmit {
	float:left;
	width:100%;
	height:32px;
	line-height:32px;
}

.productsgrid .favoritesubmitlink {
	width:auto;
	margin:0 auto;
}

/* #2 - End of Products Grid */

/* #3 - Paging */

div.wpcopaging {
	float:left;
	width:100%;
	padding-bottom:30px;
}

div.wpcopaging span.displaying-num {
	display: block;
	width: 100%;
	font-style: italic;
	margin-bottom:5px;
}

div.wpcopaging .page-numbers {
	display:block;
	float:left;
	border: 1px solid #4081AF;
    border-radius: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	padding: 5px 5px;
	margin: 0 3px 0 0;
	text-decoration: none;
	text-align:center;
	height:20px;
	width:20px;
	line-height:20px;
	background:url(img/bg-buttons.png);
	color:#FFF;
}

div.wpcopaging .current {
	font-weight: bold;
}

div.wpcopaging .current, div.wpcopaging a.page-numbers:hover {
    color: #FFF;
	text-decoration: none;
	background:url(img/bg-buttonshover.png) center center repeat-x;
}

/* #3 - End of Paging */

/* #4 - Shopping Cart */

table#carttotal td p {
	margin-bottom:0;
	padding-bottom:0;
}

.wpcocart, table.wpco {
	float:left;
	width:100%;
	border-collapse:collapse;
	padding-bottom:20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	border:1px solid #DDD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#holdercarttotal {
	float:left;
	width:100%;
	padding-bottom:15px;
}

#carttotal, table.wpco {
	border:1px solid #DDD;
	border-collapse:collapse;
	margin:0;
}

#carttotal tr td, #carttotal tr th, table.wpco tr th, table.wpco tr td {
	border:1px solid #DDD;
	padding:10px !important;
}

#carttotal tr th {
	background:url('img/bg-tables.png') repeat-x;
	font-weight:bold;
}

form table.wpcocart tr td {
	border:1px solid #DDD;
	padding:10px;
	text-align:center;
}

form table.wpcocart thead tr th {
	border:1px solid #DDD;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	padding:10px;
	background:url(img/bg-tables.png) repeat-x;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

a.savepdfinvoicelink img {
	float: left;	
}

.wpco a.colorbox img.wpco {
	display:block;
    border: 1px #d3d3d3 solid;
    padding: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.wpco a.colorbox:hover img.wpco {
    border: 1px #999 solid;
}

table.wpcocart a.colorbox img.wpco {
	display:block;
	width:auto;
	margin:0 auto;
}

table.wpcocart tr th.check-column, table.wpcocart tbody tr td {
	vertical-align:middle;
}

.productqty {
	height:15px;
	line-height:15px;
}

form table.wpcocart input.productqty {
	margin:0 auto;
	width:58px;
	float:none;
}

.removeproduct {
	display:block;
	width:16px;
	height:27px;
	line-height:27px;
	background:url(img/delete.png) no-repeat left center;
	margin:0 auto;
	text-indent:-9999px;
}

table.productinfocart {
	font-family:Helvetica, Arial, sans-serif;
	border-bottom:0;
	margin-bottom:0;
	width:auto;
}

form table table.productinfocart tr td, form table table.productinfocart tr th {
	border:0;
	background:none;	
}

.wpcosubmit input {
	float:right;
	width:auto;
	margin-left:5px;
	padding:5px 8px;
}

.ui-button {
	width:auto;
	padding:8px;
}

.ui-button:hover {
	text-decoration:none;
}

#continueshoppingbutton {
	float:left;
	display:inline-block;
	width:48%;
	padding:15px 0;
	text-align:right;
	padding-right:10px;
}

#emptyshoppingcartbutton {
	float:left;
	display:inline-block;
	width:48%;
	padding:15px 0;
	text-align:left;
	padding-left:10px;
}

/* #4 - End of Shopping Cart */

/* #5 - Checkout */

div.wpcosteps {
	margin: 0 0 20px 0;
	padding: 10px;
	display: block;
	clear: both;
	background:#f1f1f1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

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 0;
	color: rgb(34, 68, 102);
	list-style: none;
}

div.wpcosteps ul li.active {
	font-weight: bold;
	color:#1982D1;
	list-style: none;	
}

.wpcoordersummarybox {
	margin: 15px 0 20px 0;
	width: 100%;
}

p.shippingmessage, .shippingmessageholder p {
	padding: 20px;
	margin: 0 0 0 0 !important;
}

.shippingmessageholder {
	float:left;
	width:100%;
	border:1px solid #d3d3d3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
}

fieldset.ordersummary {
	padding: 0 0 0 0;	
}

fieldset.steps {
	float:left;
	border: 1px #CCCCCC solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

fieldset.steps .stepsholder {
	/*padding:20px;*/
	margin: 0 0 20px 0;
}

.stepsholder label {
	display: block;
}

fieldset.steps .stepsholder input[type="radio"] {
	border:0;
}
	

fieldset.steps legend {
	padding: 0 6px;	
	font-size: 120%;
	margin: 0 0 0 0;
}

/* #5 - End of Checkout */

/* #6 - Product Page */

div.wpcoproduct p.wpcooptionslink {
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.wpcoproduct .stockcount {
	white-space: nowrap;
    font-size: 11px;
    float: none;
    margin: 0 0 0 0;
    padding: 6px 8px;
    border: 1px #CC0000 solid;
    background: #FFEBE8;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.wpcoproduct {

}

div.wpcoproduct .price {
    font-weight: bold;
    font-size: 120%;
}

div.wpcoproduct .sprice {
    color: #999999;
    font-size: 100%;
}

input.donateprice, input.widefat {
	border:1px solid #d3d3d3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

input.donateprice {
	width: 45px !important;
}

form input.widefat {
	margin:0 3px 8px 0;
}

form table input.widefat {
	margin:0 0 0 0;
}

div.wpcoproduct a img {
	border: none;
}

div.wpcoproduct div.wpcohowmany, div.wpcoproduct div.productfieldholder {
	margin: 0 0 10px 0;
	width:100%;
	float:left;
	padding-bottom:20px;
}

div.wpcoproduct div.wpcohowmany input {
	margin-bottom:0;
}

div.wpcoproduct div.wpcohowmany input, 
input.wpcoquantity,
.wpcocouponcodeinput {
    border: 1px #d3d3d3 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

div.wpcoproduct div.wpcohowmany input, input.wpcoquantity, div.wpcohowmany input {
	width: 25px !important;	
	font-size:14px;
	padding:6px 0;
	position:relative;
	bottom:0;
}

div.wpcoproduct div.wpcoimages {
	float:left;
	width:auto;
	padding-right:20px;
}

div.wpcoproduct div.wpcoimages span.clicktoenlarge {
	font-size: 13px;
	margin: 5px 0 10px 0;	
}

div.wpcoproduct div.wpcoimages div.viewllextraimageslink {
	font-size: 11px;
	margin: 5px 0 10px 0;	
}

/* #6 - End of Product Page */

/* #7 - Favorites */

.favoritesubmit {
	float:left;
	width:auto;
	display:block;
}

a.favoritesubmitlink, .favoritesubmit {
    line-height:30px;
    text-decoration:none;
}

a.favoritesubmitlink:hover {
	text-decoration:underline;
}

a.favoritesubmitlink, span.favoritefail, span.favoriteadded {
	padding-left:15px;
}

a.favoritesubmitlink {
	background:url(img/star.png) no-repeat left top;
}

span.favoritefail {
	background:url(img/deny.png) no-repeat left top;
}

span.favoriteadded {
	background:url(img/accept.png) no-repeat left top;
}

span.wpcoloading, .favoritesuccess, .wpcoadded {
    background: #fdfdfd;
    padding: 5px 10px;
    border: 1px #CCCCCC solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
	min-width: 120px;
	text-align: center !important;
	white-space: nowrap;
	font-size: 11px;
	line-height: 26px;
	top: 0;
	left: 0;
	z-index: 999;
}

span.wpcoloading img, .favoritesuccess img, .wpcoadded img {
	border: none !important;
}

.productinfoholder .favoritesubmit {
	float:left;
	width:auto;
	margin-left:10px;
}

.productinfoholder .productsubmit input {
	/*float:left;*/
	width:auto;
}

/* #7 - End of Favorites */

/* #8 - Categories */

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;
}

/* #8 - End of Categories */

/* #9 - General Style */

#colorbox img {
max-width:none !important;
}

#wpcosearchterm {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #d3d3d3;
	padding:6px;
}

.wpcobuttonwrap a, .wpcobuttonwrap input {
	border:0 none;
	cursor:pointer;
	background-color:transparent;
	display:block;
	vertical-align:middle;
}

input.ui-button, a.ui-button, fieldset.steps input.ui-button, .wpcobuttonwrap input {
	background:url(img/bg-buttons.png);
	border:1px solid #4081af;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#FFF !important;
	padding:0.4em 1em
	text-shadow:1px 1px 0 #326990;
	cursor:pointer;
}

fieldset.steps input.ui-button {
	padding:0.4em 1em;
}

input.ui-button:hover, a.ui-button:hover, fieldset.steps input.ui-button:hover, .wpcobuttonwrap input:hover {
	background:url(img/bg-buttonshover.png) center center repeat-x;
	border:1px solid #4081af;
	text-decoration:none;
}

.globaloptions {
    margin: 15px 0 15px 0 !important;
	padding:0;
}

p.wpcosubmit {
	margin: 10px 0;
	padding: 0 0 0 0;	
}

form.wpco {
	width: auto;
	text-align: left;
}

fieldset.wpco {
	float:left;
	width:100%;
    display: block;
	border: none;
    /* border-bottom: 2px #efefef solid; */
	margin: 0 0 10px 0;
	text-align: left;
	padding: 0 0 0 0;
}

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;
	margin: 0 0 0 0 !important;
}

fieldset.wpco input[type=text] {
	width: auto;
	margin: 0 0 0 0;
}

fieldset.wpco table input[type=text] {
	width:97%;
}

fieldset.steps {
	/*border: 1px #CCCCCC solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	*/
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	width:100%;
}

fieldset.steps legend {
	padding: 15px 0 10px 0;	
	font-size: 120%;
}

label {
	cursor: pointer;
}

input.wpco, fieldset.wpco label input {
	font-size: 12px;
	margin: 0 0 0 0;
}

table td input {
	margin: 0 !important;
}

.wpco ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	display: inline;	
}

.wpco ul li {
	list-style: none;
}

.wpco .notation {
	font-size:11px;
	display: block;
	padding: 5px 0;
}

img.wpco, a.wpco img {
	border: none;
	background: none !important;
}

table.form-table {
	margin-top: 8px !important;
}

table.wpco {
	width: 100%;
	margin: 15px 0;
}

table.wpco tbody tr td, table.wpco th {
	padding: 4px;
}

table.wpco tbody tr td {
	text-align: left;	
}

table.wpco thead tr, table.wpco tbody tr.total, table.wpco tfoot tr {
	background: none !important;
	font-weight: bold;
}

table.wpco tr.total td {
	padding:10px;
}

/*
table.wpco tr.arow {
	background: #fafafa;
}

table.wpco tr.erow {
	background: #f1f1f1;
}
*/

table.wpco th.check-column {
	text-align: center;
}

table.wpco td {
	padding: 4px;
	text-align: center;
	color: #555555;
}

table.wpco tr td {
	padding: 2px;
	margin: 0 0 0 0;
	vertical-align: middle;
}

.wpcocleaner, hr.wpco {
	clear: both !important;
	height: 1px;
	visibility: hidden;
}

.wpcoproduct .wpcobuttonwrap {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.wpcoproduct .wpcobuttonwrap .productsubmit {
	/*float: left;*/
	margin: 0 10px 0 0;
	line-height: 45px;
}

.wpcoproduct .wpcoloadingwrap {
	line-height: 45px;
}

.wpcoproduct .productform .wpcobuttonwrap {
	float:left;
	width:auto;
}

.wpcoproduct .wpcobuttonwrap, .wpcofavoritewrap {
	position: relative;
    font-size: 11px;	
    float: right;
}

.productinfoholder .wpcofavoritewrap .favoritesubmitlink {
	background-position:left 12px;
}

.widget-title {
	font-size:18px;
	line-height:28px;
	padding-bottom:5px;
}

li.wpcoerror,
.stepsholder li,
.wpco li {
	margin-left: 0 !important;
}

span.wpcoerror, div.wpcoerror, li.wpcoerror, p.wpcoerror, ul.wpcoerror, ul.wpcoerror li {
	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('../../images/updowndrag.png') no-repeat;
}

fieldset.wpcooptionslinkfieldset {
	padding: 0 0 0 0;
}

div.wpcosort p {
    font-size: 12px !important;
    line-height: 14px !important;
}

.wpcoinhonorof {
	margin: 15px 0;	
	font-size:85%;
}

.wpcoinhonorof table {
	float:left;
	width:100%;
}

.wpcoinhonorof legend {
	display:block;
	padding-bottom:10px;
	font-size:115%;
	color:#999;
}

.wpcoinhonorof table input.widefat {
	width:90%;
}

.wpcoinhonorf table td .widefat {
	margin-left:10px;
}

.wpco-widget ul {
	list-style-type:none;
}

ul.wpcowidgetproducts {
    list-style: none;
    list-style-type: none;
    padding: 0 !important;
    margin: 5px 0 !important;
    border: none;	
}

ul.wpcowidgetproducts li {
    list-style: none;
    list-style-type: none;
    display: block;
    border: none;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

ul.wpcowidgetproducts li:before {
	content: "" !important;
}

ul.wpcowidgetproducts li span.wpcowidgetthumb {
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0 10px 0 0;
}

.wpcowidgetthumb {
	border: none;
}

.wpcowidgetitem {
    
}

.wpcowidgetitem a {
    
}

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 {
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #515151;
}

div.wpcoimglist {
	margin: 10px 0;
	width: 100%;
}

div.wpcoimglist .viewallextraimageslink {
	margin: 0 0 10px 0;	
}

div.wpcoimglistfull {
	width: auto !important;	
}

.wpcocouponcodeinput {
	width: 80px !important;	
}

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 #d3d3d3 solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px;
}

div.wpcoimglist ul li a:hover img {
	border: 1px #b8b8b8 solid;
}

div.wpcoimglist ul li a.zoomThumbActive img,
div.wpcoimglist ul li a.zoomThumbActive:hover img {
	border: 1px #4081AF solid;	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.productinfoholder {
	float:left;
	padding-bottom:20px;
}

.pricewrap {
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
}

.pricewrap .producttax, .taxwrap {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 5px;	
}

.productinfoholder .wpcovariation {
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
}

.productinfoholder .productdescriptionview {
	float:left;
	width:100%;
	padding-bottom:10px;
}

.wpco_productspecs {
	line-height:200%;
	font-size:85%;
	float:left;
	width:100%;
	padding-bottom:15px;
}

.wpco_productspec {
	float:left;
	width:100%;
}

.wpco_productspecname {
	font-weight:bold;
}

.wpco_productspecs div, .wpco_productspecs span {
	margin:0;
	padding:0;
}

.productinfoholder p.squareprice {
	margin-bottom:0;
}

.productinfoholder .wpcofield {
	float:left;
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
}

.productinfoholder p {
	margin-bottom:0;
}

fieldset.wpcovariation input,
fieldset.wpcovariation select,
fieldset.wpcovariation textarea,
fieldset.steps input,
fieldset.steps select,
fieldset.steps textarea,
fieldset.wpcofield input,
fieldset.wpcofield select,
fieldset.wpcofield textarea {
	border:1px solid #d3d3d3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px;
}

fieldset.steps input[type="checkbox"], fieldset.steps input[type="radio"], fieldset.wpcovariation input[type="radio"], fieldset.wpcovariation input[type="checkbox"], fieldset.wpcofield input[type="radio"], fieldset.wpcofield input[type="checkbox"] {
	border:0;
}

fieldset.wpcovariation .wpcostyle_radio input, .check-column input {
	border:0;
	margin: 2px 8px 2px 0;
}

label.wpcostyle_radio, label.wpcostyle_checkbox {
	display: block;
}

label.wpcostyle_withimage a {
	float: left;
	margin: 0 10px 0 0;
}

label.wpcostyle_withimage .jqzoom {
	float:left;
	width:auto;
	padding-left:8px;
}

label.wpcostyle_withimage .jqzoom img {
	padding-bottom:0;
	margin:0;
	display:inline-block;
}

label.wpcostyle_withimage .zoomPreload {
	display:none;
}

span.wpcostyle_optionlabel {
	line-height: 40px;	
	float: left;
}

label.wpcostyle_float {
	float: left !important;	
	margin: 0 10px 0 0;
}

input.wpcostyle_radio_inputwithimage, input.wpcostyle_checkbox_inputwithimage {
	height: 40px;
	line-height: 40px;
	display: block;
}

label.wpcostyle_radio input, label.wpcostyle_checkbox input {
	float: left;	
}

label.wpcostyle_checkbox input {
	position:relative;
	top:5px;
}

.shippingbuttons {
	float:left;
	width:100%;
	margin: 0 0 20px 0;
}

fieldset.steps label {
	margin-right:5px;
}

form input.ui-button.ui-state-default {
	border: 1px solid #4081AF;
}

.ui-tabs li.ui-state-default a {
	color:#1982D1;
	background:#f1f1f1;
}

.ui-tabs .ui-state-hover a, .ui-tabs .ui-state-hover a:hover {
	color:#1982D1 !important;
	text-decoration:underline !important;
}

.ui-tabs li.ui-state-active a {
	color:#1982D1;
	background:#FFF;
}

.ui-datepicker-calendar a.ui-state-default {
    background: none;
    border: 1px solid #D3D3D3;
    color: #555555;
}


.ui-datepicker-calendar a.ui-state-default:hover {
	color:#3088FF;
	border:1px solid #adadad;
}

.ui-datepicker-calendar a.ui-state-active {
	background:#e9e9e9;
	border:1px solid #adadad;
}

.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style-image: none !important; margin:0 0 0 0 !important; list-style: none; position: relative; padding: 0 0 0 0 !important; }
.ui-tabs .ui-tabs-nav li { list-style: none !important; position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; border:1px solid #D3D3D3; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none !important; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 20px; margin-bottom:20px; display: block; border-width: 0; background: #FFF; border-right:1px solid #d3d3d3; border-left:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-widget-header {
    border-bottom: 1px solid #D3D3D3;
    color: #222222;
    font-weight: bold;
}

.ui-helper-clearfix {
    display: block;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0 !important;
    float: left;
    list-style: none outside none !important;
    margin: 0 0.2em -1px 0;
    padding: 0;
    position: relative;
}

.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.ui-tabs .ui-tabs-nav {
    list-style-image: none !important;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #212121;
    font-weight: normal;
    outline: medium none;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: url("img/bg-buttons.png") repeat-x scroll 0 0 #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
    outline: medium none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #212121;
    font-weight: normal;
    outline: medium none;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: url("img/bg-buttons.png") repeat-x scroll 0 0 #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
    outline: medium none;
}

.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #D3D3D3;
    border-width: 0 1px 1px;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-bottom-width: 0;
    padding-bottom: 1px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #212121;
    font-weight: normal;
    outline: medium none;
}

.wpco .small {
	font-size: 11px;
}

/* #9 - End of General Style */

/* #10 - End of Shopping Cart Widget */

#wpco_cart_widget ul {
	list-style-type:none;
	float:left;
	width:100%;
	padding-bottom:10px;
	list-style-position:inside;
}

#wpco_cart_widget .wpcobutton {
	font-size:14px;
	font-weight:normal;
}

/* #10 - End of Shopping Cart Widget */