/* COLORS */

/*********** TABLES ***************/
/* generic eshop table colors */

table.eshop,table.eshop th,table.eshop td {
	border:1px solid #676B7B;
}
table.eshop img {
	border:none;
}
table.eshop thead th,table.cart thead th {
	background:#CBD1E7;
	color:#404040;
}
table.eshop tbody th {
	background:#DEE0F1;
}
table.eshop tr th {
	color:#606060;
}
table.eshop tr.alt {
	background:#EEEEF8;
	color:#606060;
}
table.eshop tr.alt a {
	color:#3A5988;
}

/* shopping cart */
table.cart tr.stotal {
	background:#E6FDCD;
	color:#404040;
}
table.cart tr.total {
	background:#EFDEF1;
	color:#404040;
}
table.cart tr.alt {
	background:#323232;
	color:#ffffff;
}
table.cart a, 
table.cart tr.alt a {
	color: #fff000;
}
table.cart th#scharge a {
	color: #a0c53b;
}

/*********** FORMS ***************/
/* generic eshop form colors */
form.eshop {
	font-size: 1.2em;
}
/*
form.eshop input.button {
	background:#676B7B;
	color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#9396A4 #555 #555 #9396A4;
}
form.eshop input.button:hover,form.eshop input.button:active,form.eshop input.buttonfocus {
	background:#D1FDA5;
	color:#404040;
}
*/
form.eshop ul {
	padding: 0; 
	margin: 0; 
} 
form.eshop li {
	padding: 0; 
	margin: 0;
	list-style-type: none;
}
form.eshop fieldset {
	/*background:#E6E6F6;
	color:#606060;
	border:1px dashed #CFD0D6;*/
	margin-top: 10px;
	padding: 5px;
}
/*form.eshop fieldset fieldset {
	background:#EEEEF8;
	padding 3px;
}*/
form.eshop legend {
	/*background:#CFCFE0;
	color:#404040;
	border-width:1px;
	border-style:solid;
	border-color:#DBE3F0 #B6BAC9 #B6BAC9 #DBE3F0;
	padding-top: 6px;
	padding-bottom: 3px;*/
	font-size: 1.3em;
	font-weight: bold;
}
/*
form.eshop input,form.eshop textarea {
	background:#FAFAFA;
	color:#000;
	border:1px solid #ccc;
}*/
form.eshop input:focus,form.eshop textarea:focus,form.eshop input.focus,form.eshop textarea.focus {
	background:#fff;
	color:#404040;
	border-color:#0d0;
}
/*
form.dlproduct label {
	color:#A22F2F;
}
*/
/*********** OTHER ***************/

/* automatic redirect to paypal 
#process {
	background:#E6FDCD;
	color:#404040;
	border:3px double #4EAB02;
}	*/
/* errors & required */
.reqd,.error {
	margin-top: 40px;
	color:#A22F2F;
}


/* LAYOUT */

/*********** TABLES ***************/
/* generic eshop table layout  */
table.eshop {
	width:99%;
	border-collapse:collapse;
	/*line-height:1.3em;*/
	font-size: 1.4em;
}
table.eshop caption {
	margin-bottom:2px;
	padding:3px 0;
	/*font-size:.9em;*/
}
table.eshop td,
table.eshop tr th {
	padding: 7px;
}
table.eshop thead th {
	padding: 7px;/*
	font-weight:bold;
	text-align:center;*/
}
table.eshop tbody th {
	text-align:left;
}
table.eshop .center {
	text-align:center;
}/*
table.eshop dfn {
	font-style:normal;
}
table.eshop img {
	float:left;
	margin:0 10px 0 0;
	vertical-align:top;
}
*/
/* shopping cart */
table.cart td, table.cart th {
	padding:5px 8px;
}
table.cart td.amts {
	text-align:right;
}
table.cart td.cqty {
	text-align:center;
}
table.cart td.cqty input {
	text-align:right;
}
table.cart tr.stotal {
	text-align:right;
	font-weight: bold;
}

/* shipping rates */
table#eshopshiprates td {
	text-align:right;
}
table#eshopshiprates td.center {
	text-align:center;
}
table#eshopshiprates {
	margin:10px 0;
}

/*
#zonelist td {
	text-align:left;
}
#zonelist td.code,#zonelist td.zone {
	text-align:center;
}
.eshopzones label {
	display:inline;
}
.eshopzones .button {
	padding:0 5px;
}
*/
/* eshop discounts 
table.eshopdiscounts thead th#ediscount {
	width:8em;
}
table.eshopdiscounts tbody th {
	text-align:center;
}
table.eshopdiscounts td.amts {
	text-align:right;
}
table.eshopdiscounts td.disc  {
	text-align:right;
}
.shipdiscount span {
	font-weight:bold;
}
*/
/*********** FORMS ***************/
/* generic form buttons */
input.button {
	width:auto;
	padding:2px 5px;
	margin-right:1em;
}
input.button:hover,input.button:focus,input.button:active {
	cursor:pointer;
}

/* generic form layout */
/*form.eshop  {
	width:96%;
	margin:0 auto;
	line-height:1.3em;
}
form.eshop label  {
	font-weight:bold;
}*/
form.eshop input,form.eshop textarea {
	font-size:1.2em;
}/*
form.eshop textarea {
	width:98%;
}*/

/* add to cart forms */
form.addtocart {
	clear: left;
	margin: 0;
	padding: 5px;
}
form.addtocart fieldset {
	padding: 5px;
}
form.addtocart legend {
	display: none;
}
form.addtocart select {
	width: auto;;
	margin-right:20px;
	padding: 2px;
}
form.addtocart span.sglprice {
	width:auto;
	margin-right:20px;
}
form.addtocart label {
	display:inline;
}
form.addtocart input {
	padding: 2px;
}
form.addtocart input.iqty {
	width:2em;
}
form.addtocart dfn {
	font-style:normal;;
}

/*********** OTHER ***************/
/* cart options */
.cartopt p {
	float: right;
}
.cartopt label {
	display:inline;
}
.continue-proceed {
	clear: both;
	margin:10px 0;
	padding:0;
	text-align:center;
	font-size: 1.3em;
}
.continue-proceed li {
	margin:0 10px;
	padding:0;
	display:inline;
}
.continue-proceed li a {
	color: #a0c53b;
	text-decoration: none;
}
.continue-proceed li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/*Checkout confirmation with discount code (cart section only) */
.eshop_dcode {
	text-align:center;
	font-weight:bold;
}
.eshop_dcode span {
	font-size:1.2em;
}

/* Automatic redirect to paypal */
#process {
	 width:90%;
	 margin:10px auto 0;
	 padding:0 15px;
	 line-height:1.5em;
}
#process strong {
	font-size:1.2em;
}
#process em {
	 font-weight:bold;
	 font-style:normal;
}
#eshopgateway {
	text-align:right;
	padding-bottom:10px;
}

/* eshop widget */
p.eshopwidget span {
	font-size:2em;
	letter-spacing:.02em;
}

/* pagination */
/*.paginate {
	margin:5px 2px;
	font-size:90%;
}
.paginate p { 
	padding:0; 
	line-height:2em;
}
.paginate p span {
	font-weight:bold;
}
.paginate ul {
	margin:0;
	padding:0;
}
.paginate ul li {
	float:left;
	padding:0 4px;
	margin-right:5px;
}
.paginate ul li a {
	display:block;
}
.pagfoot {
	clear:left;
}
*/
/* my panel */

.list_items {

width: 170px;

height: 218px;

text-align: center;

padding: 8px;

margin: 18px;

float: left;

border: 1px dotted #CBD1E7;

}

.list_items a {
	
	outline: none;
}	

.list_items a:link,
.list_items a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size:1.4em;
	font-weight:bold;
}

.list_items a:hover,
.list_items a:focused,
.list_items a:active
{
	color:#fff000;
	border: none;
}

.item_price {
	text-align: center;
	color: #E1B546;
}

.eshopnostock {
	font-weight: bold;
	color: #fff000;
}
