/* BREADCRUMBS */

#breadcrumbs {
	margin:0;
	padding-bottom:10px;
	font-size:16px !important;
}	
#breadcrumbs  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#breadcrumbs ul li {
	display: inline;
	margin: 0px;
}
#breadcrumbs li a, #breadcrumbs a {
	list-style-type: none;
	display: inline;
	color:#00CCFF;
	text-decoration: none;
	padding:0;
	margin: 0;
}
#breadcrumbs li a:hover, #breadcrumbs a:hover  {
	color:#333333;
}
#breadcrumbs li a:visited, #breadcrumbs a:visited {
	color:#333333;
}
/* GROUPS PAGE */
#shopGroup {float:left;
margin-bottom:20px;
width:177px; height:200px;}
#shopGroup h3{margin-top:10px; margin-bottom:10px; font-size:13px; font-weight:bold;}
#shopGroups {margin-top:5px;}

/* PRODUCTS PAGE */

#products{margin-top:5px;}

.product{
	background-color:#999999;
border:1px solid purple;
float:left;
height:210px;
margin:0 12px 12px;
overflow:hidden;
position:relative;
width:149px;
}

.product img{
	position:absolute;
	top:0;
	left:0;
	border:0;
}


.productCaption{  
	background-color:#222222;
	float:left;
	height:50px;
	padding:5px;
	position:absolute;
	width:140px;
} 

 .caption .productCaption {
 	color:#FFFFFF;
	left:0;
	top:150px;
 }
 .caption .productCaption h3, .caption .productCaption p, .caption .productCaption h3 a  {
 	padding:0px; margin:0px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
 }
/* PRODUCT DETAIL PAGE*/

#detailImage{width:400px; height:400px; margin-top:0px; overflow:hidden; position:relative;}
#productLoading{position:absolute; top:0; left:0; width:400px; height:500px; z-index:101;}
#detailInfo{
	width:290px;
	float: right;
	margin-top: 5px;
}
#detailImage img {width:400px; z-index:100; position:absolute; top:0; left:0;}
#detailDescription{padding:0;margin:0;}
#detailPrice{width:300px;}
#detailOptions{border-top:1px solid #333333;}
#detailOptions table{width:100%;}
#detailOptions td{border-bottom:1px solid #333333;padding: 5px 0 5px 0;}

#detailOptions .submit {
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	font-family:"Lucida Grande",Arial,Helvetica;
	font-size:12px;
	padding:5px;
	cursor:pointer;
	background-attachment: scroll;
	background-color: #660066;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

#alternativeViews{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: 400px;
	padding: 5px 0 5px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#alternativeViews ul{
	padding:0;
	margin:0;
}
#alternativeViews li{
	margin:5px;
	border:1px solid #FFFFFF;
	display: inline;
	list-style-type: none;
}
#alternativeViews li img{
	margin:0;
	padding:0;
}
 
/* MINI CART */

#minicart{
	display:block;
	border:1px solid #333333;
	padding: 10px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color:#EAEAEA;
	margin-top:8px;
}

#minicart form {padding:0; margin:0;}

#minicart table{width:100%}

table#minicartProducts td{
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#minicart span{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em;
	font-size: 9px;
	color: #666666;
	text-transform: uppercase;
}

#minicart .total td{padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;}

#minicartfooter{display:block; padding:5px 0 5px 0;}

#minicartfooter .checkout a, #minicartfooter .checkout button {
	width:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding:5px;
	color: #FFFFFF;
	background-color: #660066;
	border:1px solid #333333;
	bottom:0;
	right:0;
	cursor:pointer;
	float:right;
	margin-top:10px;
}
.minus, .plus {cursor:pointer;}

#checkoutButton{float:right; padding-top:10px;}

/* CHECKOUT */

#checkout table th img, #checkout table td.iconfix img{padding:0;border:none;width:16px;height:16px;margin-top:0;margin-right:3px;margin-bottom:-3px;margin-left:0}

#checkout table {
	border-collapse:collapse;
	float:left;
	font-size:100%;
	margin:0.5%;
	padding:0;
	width:49%;
}
#checkout table th{
	padding:5px;
	margin:0;
	text-align: left;
	height: 30px;
	line-height: 30px;
	background-color: #CCCCCC;
}
#checkout table td{
	padding:5px;
	margin:0;
	height: 25px;
	line-height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.expressTable{width:100% !important; margin:0 !important}
#checkout .checkout-email{ width:100% !important;}
.tdWidth{width:120px;}
/* CHECKOUT TABLES
#checkout .checkout-shipping{ width:45%; margin:10px}
#checkout .checkout-billing{ width:45%; margin:10px}
#checkout .checkout-payment{ width:45%; margin:10px}
#checkout .checkout-order{ width:45%; margin:10px}
*/

#checkoutBasket {width:100%; border:1px; border-style:dotted; padding:10px; margin-bottom:10px; background-color:#EAEAEA;}/*top checkout box*/
#cc {width:330px; float:left; margin-left:150px;}/*credit card box*/
#ccship {width:330px; float:right; margin-right:100px;}/*shipping box*/
#pp {padding-left:700px; width:200px;}/*Paypal box*/
.paypalbutton, .paypalbutton:hover{border:0px !important; background-color:#FFFFFF; cursor:pointer;}
#method {width:100%}/*Paypal box*/
#checkout {width:100%}
#orderConfirm{background:#F3F4F4 none repeat scroll 0 0;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
padding:10px;
margin-bottom:10px;}
#MEMO  {
	font-family:"Lucida Grande",Tahoma,"Lucida Sans",Lucida,Arial,Helvetica,sans-serif;
	font-size:100%;
	height:150px;
	padding:5px;
	width:300px;
}

select#shipcountry, select#country {width:150px;}

table.checkoutable td, table.checkoutable th {
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	text-align:left;
	vertical-align:middle
}

table.checkoutable td td, table.checkoutable th th {
border-bottom:none;
}

#method table td img {margin:3px;}

#cc table td, #cc table th, #method table td, #ccship table th,#ccship table td, #checkoutBasket table td, #checkout table td   {
border-bottom:1px solid #CCCCCC;
font-weight:bold;
text-align:left;
vertical-align:middle;
padding:5px;}



#checkout td.checkout-total, #checkoutBasket td.checkout-total{
	background-color:#E6EFC2;
	border-bottom:3px solid #C6D880;
	border-top:3px solid #C6D880;
	color:#529214;
}

	
/* CONFIRMATION */
#confirmation {width:100%}

#confirmation table.confirmation-billing, #confirmation table.confirmation-shipping  {
	border-collapse:collapse;
	float:left;
	font-size:100%;
	margin:0.5%;
	padding:0;
	width:49%;
}
#confirmation table.confirmation-billing h2, #confirmation table.confirmation-shipping h2{} 

#confirmation table th img, #checkout table td.iconfix img{padding:0;border:none;width:16px;height:16px;margin-top:0;margin-right:3px;margin-bottom:-3px;margin-left:0}

#confirmation table {padding:0;margin:0; border-collapse:collapse; margin:10px; float:left; width:100%; font-size:100%;}

#confirmation table th{
	padding:5px;
	margin:0;
	text-align: left;
	height: 30px;
	line-height: 30px;
	background-color: #CCCCCC;
}
#confirmation table td{
	padding:5px;
	margin:0;
	height: 25px;
	line-height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#confirmation td.checkout-total{
	background-color:#E6EFC2;
	border-bottom:3px solid #C6D880;
	border-top:3px solid #C6D880;
	color:#529214;
}


/* BUTTONS */

#orderSubmitbuttons button {width:100% !important;border:1px solid #999999;}

.buttons a,.buttons button
{
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #565656;
	cursor: pointer;
	display: block;
	float: left;
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 130%;
	margin: 0 7px 0 0;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	moz-border-radius-topleft: 5px;
	moz-border-radius-topright: 5px;
	padding: 5px 10px 6px 7px;
	text-decoration: none;
}
.buttons button
{
	overflow: visible;
	padding: 4px 10px 3px 7px;
	width: auto;
}
.buttons button[type]
{
	line-height: 17px;
	padding: 5px 10px 5px 7px;
}
*:first-child+html button[type]
{
	padding: 4px 10px 3px 7px;
}
.buttons button img,.buttons a img
{
	border: none;
	height: 16px;
	margin: 0 3px -3px 0 !important;
	padding: 0;
	width: 16px;
}
button:hover,.buttons a:hover
{
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #369;
}
.buttons a:active
{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}
button.positive,.buttons a.positive
{
	color: #529214;
}
.buttons a.positive:hover,button.positive:hover
{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.buttons a.positive:active
{
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}
.buttons a.negative,button.negative
{
	color: #d12f19;
}
.buttons a.negative:hover,button.negative:hover
{
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
.buttons a.negative:active
{
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

.buttons button[disabled="disabled"], .buttons button:disabled {
border:1px solid #CCCCCC;
text-decoration:line-through;
background-color:#CCCCCC;
color: #d12f19;
cursor:default;
}

tr.redalert td, tr.redalert th {background-color:#F3DED5;}
.redalert input, .redalert select, .redalert textarea{border: 2px solid #FF0000;}