/*
Theme Name: CorpWire Magazine
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #333;
	background-color:#FFF;
}
a {
	color: #901465;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:visited {
	color: #901465;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	background-color: #ffffff;
	width: 970px;
	margin: auto auto;
	text-align: left;
	margin-top: 0px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 240px;
	position: relative;
	background-image:url(http://www.aplicash.com/aplicash/cap2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
	#header ul {
		list-style-type: none;
		position: absolute;
		top: 225px; left: 10px;
		padding-left:0px;
		background-color: #333;
		width:950px;
		height:30px;
				
	}
		#header ul li {
			float: left;
			padding: 0px 0px;
			font-weight: bold;
			text-transform: uppercase;
			font-family: Arial;
			padding-bottom:10px;
			
		}
		#header ul li a {
			display: block;
			background-color: #333;
			color: #ffffff;
			padding: 7px 14px;
			text-decoration: none;
			
		}
		#header ul li a:hover {
			display: block;
			background-color: #000;
			color: #ffffff;
			padding: 7px 14px;
			text-decoration: none;
			
		}
	#header .logo {
		clear: both;
		float: left;
		padding: 35px 15px 0;
	}
		#header .logo h1 {
			font-size: 2.5em;
			font-family: Verdana;
			text-transform: uppercase;
			margin-bottom: 5px;
		}
			#header .logo h1 a {
				text-decoration: none;
			}
		#header .logo p {
			font-size: 1em;
			font-weight: bold;
			font-family: Verdana;
			text-transform: uppercase;
			padding-left: 5px;
		}
	#header .ad468x60 {
		float: right;
		padding: 30px 15px;
	}
	#header .box {
		margin-bottom: 10px;
		padding-top:30px;
		text-align:right;
		padding-right: 20px;
	}
/** END header **/

/** BEGIN content **/
#content {
	clear: both;
	width: 710px;
	float: left;
	padding: 20px 0 20px 10px;
}
	#content .categories {
		list-style-type: none;
		background-color: #666;
		height: auto;
		overflow: hidden;
		position: relative;
		top: 10px; left: -1px;
	}
		#content .categories a:hover{
		list-style-type: none;
		background-color: #901465;
		height: auto;
		overflow: hidden;
	}
		#content .categories li {
			float: left;
			border-left: 1px solid #ffffff;
		}
		
		#content .categories li a {
			display: block;
			padding: 8px 6px 8px;
			color: #ffffff;
			text-decoration: none;
		}
	#content .post {
		width: 190px; height: 330px;
		float: left;
		padding: 15px 20px;

	}
		#content .post h2 {
			text-transform: uppercase;
			font-size: 1.1em;
			font-family: Verdana;
			margin-bottom: 12px;
		}
		#content .post p {
			padding: 5px 0;
			line-height: 1.4em;
			text-align: justify;
			
		}
		#content .post .details {
			padding: 0;
		}
		#content .post .thumb {
			width: 190px; height: 135px;
			overflow: hidden;
			margin-bottom:10px;
		}
			#content .post .thumb img {
				width: 190px;
			}
	#featured {
		clear: both;
		margin-bottom:10px;
		margin-top:10px;
		background-color:none;
	}
	#content .featured {
		padding: 20px;
		height: 250px;
		
		
	}
		#content .featured h2 {
			text-transform: uppercase;
			font-size: 1.1em;
			font-family: Arial;
			margin-bottom: 0px;
		}
		#content .featured p {
			padding: 2px 0;
			line-height: 1.4em;
			text-align: justify;
		}
		#content .featured .details {
			padding: 0;
			margin-bottom: 1px;
		}
		#content .featured .thumb {
			width: auto; height:auto;
			overflow: hidden;
			float: left;
			margin-right: 20px;
					}
			#content .featured .thumb img {
				width: auto;
				height: auto;
							}
	#content .postnav {
		clear: both;
		width: 600px;
	}
		#content .postnav ul {
			list-style-type: none;
			padding: 10px 15px;
		}
			#content .postnav ul li {
				float: left;
				color: #B5B4BC;
				padding: 4px;
			}
			#content .postnav ul li a {
				color: #636363;
				text-decoration: none;
				display: block;
				padding: 2px 6px;
				border: 1px solid #E2E2E2;
			}
			#content .postnav ul li a:hover {
				border-color: #ffffff;
			}
			#wp_page_numbers ul {
				border-top: 0 !important;
			}
			#wp_page_numbers .page_info {
				padding: 3px 6px !important;
				margin-right: 2px;
				border: 1px solid #e0e0e0 !important;
				margin-top: 4px;
			}
			#wp_page_numbers .active_page a {
				background-color: #ffffff !important;
				border: 0 !important;
			}
	#content .single {
		padding: 50px 20px 10px 10px;
	}
		#content .single h2 {
			margin-bottom: 10px;
			font-size: 1.8em;
			text-transform: none;
		}
		#content .single p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 229px;
	float: right;
	padding: 30px 10px 0 1px;
}
	#sidebar .box {
		margin-bottom: 10px;
		text-align:right;
	}
		#sidebar .box h2 {
			background-color: #901465;
			font-weight: bold;
			font-size: 0.9em;
			font-family: Verdana;
			color: #ffffff;
			text-transform: uppercase;
			padding: 12px 10px 5px;
		}
		#sidebar .box ul {
			padding: 5px 10px;
			border: 1px solid #EAEAEA;
			list-style-type: none;
		}
			#sidebar .box ul li {
				line-height: 1.4em;
				padding: 2px 0;
				color:#000;
			}
			#sidebar .box ul li a {
				color: #901465;
				text-decoration: none;
			}
			#sidebar .box ul li a:hover {
				color: #9AB21E;
				text-decoration: underline;
			}
	#sidebar .ads {
		padding: 5px 10px;
		border: 1px solid #EAEAEA;
	}
		#sidebar .ads img {
			margin: 6px;
		}
	#sidebar form {
		padding: 7px 10px;
		border: 1px solid #EAEAEA;
		background: url(images/search.gif) no-repeat center;
		height: 36px;
	}
		#sidebar form input {
			width: 276px;
			border: 0;
			margin-top: 8px;
		}
		#sidebar form button {
			display: none;
		}
	#sidebar .popular {
		padding: 5px 10px;
		border: 1px solid #EAEAEA;
		list-style-type: none;
	}
		#sidebar .popular li {
			padding: 5px 0;
			line-height: 1.4em;
		}
		#sidebar .popular li a {
			font-weight: bold;
			color: #901465 !important;
			text-decoration: underline !important;
		}
		#sidebar .popular li p {
			padding-top: 5px;
		}
	#sidebar .flickr {
		padding: 5px 10px;
		border: 1px solid #EAEAEA;
	}
		#sidebar .flickr img {
			margin: 5px 8px;
		}
	#sidebar .video {
		padding: 5px 0 5px 3px;
		border: 1px solid #EAEAEA;
	}
	#sidebar .tags {
		padding: 5px 10px;
		border: 1px solid #EAEAEA;
	}
		#sidebar .tags a {
			color: #636363;
			text-decoration: none;
		}
		#sidebar .tags a:hover {
			color: #9AB21E;
			text-decoration: underline;
		}
	#sidebar .l {
		width: 145px;
		float: left;
	}
	#sidebar .r {
		width: 145px;
		float: right;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	color: #ffffff;
	padding: 20px;
	font-family: Verdana;
	font-size: 0.9em;
}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px 20px 10px 10px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.6em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
.post-meta {
	color: #fff;
	background: #906;
	padding:5px;
	list-style:none;
	width:auto;
	font-weight: bold;
}
.post-meta-key {color: 000; font-weight: normal; font-size: 110%; }
/** END wordpress 2.7 comments **/

.recent-posts-thumb{
	padding:10px 10px 20px 10px; margin-top:20px; border-top:#999 1px solid; width:180px;
	float:none;
	
}

.eshopdetails {
	background-color:#CCC;
}

.eshop {
	background-color: #E9E1F5;
	padding:12px;
	border:1px solid #000;
	margin-top:20px;
}

.eshop tr , .eshop th {
	border: none;

}
.eshopajax {
	border: none;

}
.eshopdetails  {
	border: none;

}




/*  Default css for eShop display */
/* PANEL DIMENSIONS : adjust to accomodate the height of your product images */
ul.eshoppanels > li {
	width:200px;
	height:300px; 
}
/* FLOATS & CLEARS: invert the floats & clears to suit your theme */
ul.eshop li,
form.addtocart,
.continue-proceed,
#eshopgateway,
.pagfoot {
	clear:left;
}
table.eshop img,
ul.eshop li a img,
ul.eshoppanels li,
.paginate ul li {
	float:left;
	clear:none;
}
.eshopform fieldset.eshoppayvia li {
	float:left;
}
/* adjust to suit if you are using an Add To Cart image rather than a button */
form.eshop input.buttonimg {
	width:124px;
	height:31px;
	position:relative;
	top:10px;
	margin:0; 
}

/* COLORS & BORDERS */
.eshop * {
	color:#606060;
	
}
table.eshop th,
table.eshop td,
.eshop legend {
	border:1px solid #ccc;
}
.eshopform .eshopshiprates {
	background:#fff;
}
ul.eshoppanels > li {
	border:1px solid #e7e7e7;
}
.eshop legend {
	border:1px solid #eee;
}
.eshop fieldset,
.eshop fieldset legend,
ul.eshoppanels > li,
.eshop th {
	background:#eee;
}
.eshop fieldset fieldset,
.eshop fieldset fieldset legend,
.eshop .cartopt label {
	background:#fff;
}
.eshop input[type="text"], 
.eshop textarea,
.eshop select {
    background:#f9f9f9;
    border:1px solid #ccc;
    box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.eshop input[type="text"]:active, 
.eshop textarea:active,
.eshop select:active,
.eshop input[type=text]:focus, 
.eshop textarea:focus,
.eshop select:focus {
    border-color:#555;
}
.eshop input[type="submit"] {
	background:#666;
	color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#777 #555 #555 #777;
}
.eshop input[type="submit"]:hover,
.eshop input[type="submit"]:active,
.eshop input[type="submit"]:focus {
	background:#444;
	border-color:#555 #333 #333 #555;
}
.eshop .alt {
	background:#fbfbfb;
}
.eshop .reqd,
.eshopcustdetails .reqd,
.eshoperror,
.eshoperrors strong,
.eshop .amts strong {
	color:#A22F2F;
}
.eshop .onsale span {
	background:#A22F2F;
	color:#fff;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
	-box-shadow:0 2px 2px rgba(0,0,0,0.2);
}
.paginate .page-numbers a, 
.paginate .page-numbers a:visited {
    background:#f1f1f1;
}
.paginate .page-numbers a:hover, 
.paginate .page-numbers a:active,
.paginate .page-numbers a:hover {
    background:#666;
    color:#fff;
}
.eshop fieldset fieldset,
.eshop fieldset fieldset legend,
ul.eshoppanels > li .addtocart fieldset,
ul.eshoppanels > li .addtocart legend {
	border:none;
}
ul.eshoppanels > li {
	border-radius:10px;
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
}
form.eshop legend {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.eshop input[type="submit"],
.onsale span {
	border-radius:5px;
}
.onsale span {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
/* no bullets */
.eshop li,
ul.eshopfeatured li,
ul.eshopfeatured li,
ul.eshopsubpages li,
ul.eshopcats li,
ul.eshoprandomlist li,
ul.eshopshowproduct li,
ul.eshoppanels li,
.eshop fieldset.eshoppayvia li,
.pagfoot ul li,
ul.continue-proceed li {
	list-style-type:none;
	list-style-image:none;
}

/* LAYOUT */
.eshop .eshopbutton {
	width:auto;
	padding:0 3px;
	margin-right:10px;
}
.eshop input.button:hover,
.eshop input.button:focus,
.eshop input.button:active {
	cursor:pointer;
}
/* generic form layout */
form.eshop  {
	margin:0 auto;
}
.eshopform br {
	display:none;
}
form.eshop fieldset {
	margin:10px 5px;
	padding:10px;
}
form.eshop fieldset fieldset {
	margin:0;
	padding:0 5px 20px;
}
form.eshop fieldset + fieldset {
	margin-top:20px;
}
form.eshop legend {
	margin:0 0 10px -10px;
	padding:5px;
}
form.eshop fieldset fieldset legend {
	margin-left:-5px;
}
form.eshop label  {
	margin-right:5px;
}
form.eshop input[type="text"], 
form.eshop textarea,
form.eshop select {
    padding:2px;
}
form.eshop input[type="text"],
form.eshop textarea {
	margin-bottom:10px;
}
form.eshop input[type="radio"] {
	margin-left:10px;
}
form.eshop input[type="checkbox"] {
	margin-right:5px;
}
form.eshop .eshopradio,
form.eshop .eshopradio input{
	margin:0;
}
form.eshop textarea {
	width:99%;
}
form.eshop .buttonwrap {
	display:block;
	text-align:right;
}
/* add to cart forms */
.addtocart {
	margin-top:20px;
	padding:5px;
}
.addtocart select {
	width:auto;
	margin-right:20px;
}
.addtocart label {
	display:inline;
}
.addtocart dfn {
	font-style:normal;
}
.addtocart .eshopajax {
	font-weight:bold;
	width:90%;
	margin:0 auto;
	text-align:center;
}
/* checkout */
.eshop .amts strong span {
	font-weight:normal;
	font-size:.8em;
}
.eshopform {
	margin-top:30px;
}
.eshopform p,
.eshopform select {
	margin-bottom:.75em;
}
.eshopform .fld0 {
	margin-bottom:30px;
	padding-top:0;
}
.eshopform .fld2 label,
.eshopform .fld4 label,
.eshopform label[for="eshop-comments"] {
	display:block;
}
.eshopcustdetails > p {
	margin-bottom:0;
}
.eshopcustdetails .privacy {
	font-size:.8em;
}
/* payment via options */
.eshopform .eshoppayvia {
	padding-top:0;
	padding-bottom:20px;
	margin-bottom:20px;
}
.eshopform .eshoppayvia legend {
	padding-bottom:0;
}
.eshopform .eshoppayvia ul {
	margin:0;
	padding:0;
}
.eshopform .eshoppayvia li {
	float:left;
	width:152px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
}
.eshopform .eshoppayvia li input {
	margin:0;
}
.eshopform .eshop_tandc {
	margin-left:10px;
	margin-right:10px;
}
.eshopform label[for="submitit"] {
	display:block;
	margin-right:0;
}
.eshopform label[for="submitit"],
.eshopform .buttonwrap {
	text-align:right;
	margin-top:0;
}
form.eshop-confirm {
	width:auto;
}
/* downloads */
#eshopdlform {
	margin:40px 0 0;
}
#eshopdlform br {
	display:none;
}
#eshopdlform fieldset {
	width:17em;
}
#eshopdlform input#email {
	width:99%;
}
#eshopdlform input#email,
#eshopdlform input#code {
	margin:0 0 10px;
}
#eshopdlform label {
	display:block;
}
#eshopdlform .buttonwrap,
form.dlproduct .buttonwrap {
	display:inline-block;
	margin-left:10px;
}
form.dlproduct {
	margin-top:40px;
}
form.dlproduct .ro {
	width:1em;
	margin-right:10px;
}
/*********** tables ***************/
table.eshop {
	width:99%;
	border-collapse:collapse;
}
table.eshop caption {
	margin-bottom:0;
	padding:2px 0;
	position:absolute;
	top:-5000px;
	left:-5000px;
	text-indent:-5000px;
}
table.eshop thead th {
	font-weight:bold;
	text-align:center;
}
table.eshop tbody th {
	text-align:left;
}
table.eshop tbody th,
table.eshop td {
	padding-left:6px;
}
table.eshop .amts,
table.eshop .cqty input,
table.eshop .stotal th,
table.eshop .stotal td,
table.eshop .shippingrow th,
table.eshop .shippingrow td,
table.eshop .total th,
table.eshop .total td,
table.eshop td[headers*="price"],
table.eshop *[headers*="weight"],
table.eshop td[headers*="stk"],
table.eshopshiprates td {
	text-align:right;
	padding-right:6px;
}
table.eshop tbody th {
	font-size:100%;
	text-transform:none;
}
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;
}
/* cart */
table.cart th img {
	margin:0;
	float:none;
	vertical-align:middle;
}
table.eshop .cqty {
	text-align:center;
}
table.eshop .eshopoptsets {
	display:block;
	margin-left:50px;
	font-size:.8em;
}
table.eshop .eshopoptsets br {
	display:none;
}
table.eshop .eshopoptset {
	display:block;
}
table.eshop .deletecartitem {
	padding:0;
	text-align:center;
}
table.eshop .deletecartitem input[type="image"] {
	margin:0;
	vertical-align:middle;
}

form.eshop.eshopzones {
	margin-top:50px;
}
form.eshopzones label {
	display:inline;
}
form.eshopzones select {
	margin-left:5px;
}
form.eshop.eshopzones .buttonwrap {
	display:inline;
}
.eshopzones input[type="submit"] {
	margin:0;
}
#customzone {
	text-indent:80px;
}

/* 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;
}
/*********** LISTS ***************/
/* generic eshop listings */
ul.eshop {
	margin:0;
	padding:0
}
ul.eshop li a {
	clear:left;
	display:block;
	margin:0 0 10px;
	padding:0;
	text-decoration:none;
}
ul.eshop li a img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
ul.eshop li a.itemref {
	font-size:1.3em;
}
/* eshop panel listings */
ul.eshoppanels > li {
	text-align:center;
	margin-right:20px;
	margin-bottom:20px;
}
ul.eshoppanels > li a {
	margin:0;
}
ul.eshoppanels > li a img {
	float:none;
	display:block;
	margin:5px auto 0;
}
ul.eshoppanels .onsale {
	margin:-5px 3px 0 -3px;
	position:relative;
	z-index:5;
}
ul.eshoppanels .sale a.itemref {
	position:relative;
	margin-top:-20px;
}
/* eshop panels with form */
ul.eshoppanels > li form.input {
	display:block;
}
ul.eshoppanels > li form {
	width:auto;
	margin-top:0;
	padding:0;
}
ul.eshoppanels > li form legend {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
ul.eshoppanels > li form fieldset {
	margin:0;
	padding:0 3px;
}
ul.eshoppanels > li form select,
ul.eshoppanels > li form input {
	width:auto;
	margin:0 auto 10px;
	display:block;
}
ul.eshoppanels > li form .eshopradio,
ul.eshoppanels > li form .eshopradio > li {
    margin:0;
    padding:0;
}
ul.eshoppanels > li form .eshopradio input {
       display:inline;
}
ul.eshoppanels > li form .eshopradio label {
       margin-left:5px;
}
ul.eshoppanels > li form input.eshopbutton {
	clear:both;
	display:inline-block;
	margin:0 auto;
	position:relative;
	top:5px;
}
/* non-cart payment options */
.eshoppayoptions li {
	display:inline;
}
/*********** A-Z LISTING ***************/
ul.eshopaz li {
	line-height:1.8em;
	list-style:none;
	display:inline;
	margin:0 1px 0 0;
}
ul.eshopaz li a {
	display:inline;
	padding:1px 3px;
	margin:0;
	text-decoration:underline
}
ul.eshopaz li a:active,
ul.eshopaz li a:hover,
ul.eshopaz li a:focus {
	text-decoration:none;
}
ul.eshopaz li span {
	padding:1px 3px;
}
/*********** OTHER ***************/
strong.onsale {
	display:block;
	text-align:left;
	font-variant:small-caps;
	word-spacing:.3em;
}
.onsale span {
	display:inline-block;
	padding:0 7px;
}
/* cart options */
.cartopt {
	text-align:center;
}
.cartopt p {
	width:20em;
	margin:10px auto;
}
.cartopt label {
	display:inline;
}
.continue-proceed {
	margin:0;
	padding:20px 0 0;
	text-align:center;
}
.continue-proceed li {
	margin:0 10px;
	padding:0;
	display:inline;
}
.redirect {
	text-align:left;
}
.redirect li {
	margin-left:0;
}
/*Checkout confirmation with discount code (cart section only) */
.eshop_dcode {
	text-align:center;
	font-weight:bold;
}
.eshop_dcode span,
#process strong {
	font-size:1.2em;
}
/* Automatic redirect to paypal */
#process {
	 width:90%;
	 margin:10px auto 0;
	 padding:0 15px;
}
#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,
.epaginate {
	margin:0 2px 20px;
	letter-spacing:.05em;
}
.paginate p,
.epaginate p { 
	padding:0; 
	line-height:2em;
}
.paginate p span,
.epaginate p span {
	font-weight:bold;
}
.paginate .page-numbers,
.epaginate .page-numbers {
	margin:0;
	padding:0;
}
.paginate .page-numbers li,
.epaginate .page-numbers li {
	float:left;
	padding:0 4px;
	margin-right:5px;
}
.paginate .page-numbers a,
.epaginate .page-numbers a {
	display:block;
}
.paginate .page-numbers .current {
	display:inline-block;
    font-weight:bold;
}
.paginate .page-numbers .current,
.paginate .page-numbers a {
    padding:1px 5px;
}
.paginate .page-numbers a, 
.paginate .page-numbers a:visited {
    text-decoration:none;
}
.paginate .page-numbers a:hover, 
.paginate .page-numbers a:active,
.paginate .page-numbers a:hover {
    text-decoration:underline;
}
/* downloads page */
p.jdl {
	text-align:center;
	font-size:1.2em;
}
/* more link */
a.eshopmore {
	display:block;
	text-align:right;
}
/* can be used to position text offscreen */
.eshop .offset {
}
.eshop .hide {
	position:absolute;
	top:-999px;
	left:-9999px;
}
/* testing message */
.eshop .testing {
}
/* credits */
.creditline {
	text-align:center;
}