body	{
	font-family: Arial, helvetica, sans-serif;
}

#brand-wrap , .content-top-wrap , #footer-wrap, .content-bottom {display: none; }

/* ---------------------- float fix ----------------------------- */
.inner:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .inner, * html .products, * html .products li, * html #pagination, * html
#total, * html .modules{height: 1%;}
/* end float fix */

a {
	text-decoration: underline;
	color: #000;
}
h2 {
	font-size: 20px;
	letter-spacing: -.06em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	letter-spacing: -.04em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}

#content { font-size: 10pt; }	
	
#status {
	border: 1px solid #CCC;
	text-align: center;
	width:243px;
	height: 40px;
	float: right;
	overflow: hidden;
	margin-bottom: 10px;
	color: #333;
	}
	
#status label {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 40px;
	padding: 0 14px;
	}
	
#status span {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	}
	
#alert {
	border: 1px solid #CCC;
	padding: 10px 15px;
	margin-bottom: 15px;
	text-align: center;
	}
.myform {
	margin: 0 15px 25px 0;
	width:400px;
	padding:14px;
	float: left;
}
.right-col {
	width:215px;
	padding:14px;
	float: right;
	overflow: hidden;
	margin-bottom: 25px;
}
.yellow {
	border: 1px solid #CCC;
	}

.special {
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	}
	
em { color: red; }
	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #CCC;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #CCC;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
		clear: both;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input, #stylized textarea { width:200px; }
	#stylized select { width: 206px; }
	#stylized input, #stylized textarea, #stylized select{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #CCC;
		margin:2px 0 20px 10px;
		font-family: arial, helvetica, sans-serif;
	}
	#stylized input.half, #stylized select.half {
		width: 90px;
		margin-right: 5px;
	}
	#stylized select.half {
		width: 95px;
		margin-right: 5px;
	}
	#stylized .half-img {
		width: 51px;
		overflow: hidden;
		height: 31px;
		padding: 0 34px 0 5px;
		float: left;
		margin:2px 0 20px 10px;
		display: block;
	}
	#stylized button { 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		border: none;
		cursor: pointer;
	}
	
table { clear: both; }

table {
	border-collapse:collapse;
	font-size:12px;
	line-height:18px;
	border:1px solid #deeffd;
	width:100%;
	margin:0 0 10px 0;
	}

caption {
	background:transparent;
	padding-bottom:18px;
	text-align:left;
	font-weight:700;
	color:#4C88C0;
	font-size:16px;
	margin:10px 0 0 0;
	}

td,th {
	border:1px solid #deeffd;
	font-weight:700;
	padding:9px 9px 8px;
	}

thead th {
	border:1px solid #deeffd;
	border-right:none;
	border-left:none;
	text-align:left;
	font-size:1em;
	font-weight:700;
	color:#fff;
	}

.col2abc tbody td a:hover {
	background:transparent;
	}

.col2abc tbody th a {
	background:transparent;
	color:#3f7c5f;
	text-decoration:underline;
	}

tbody th,tbody td {
	vertical-align:top;
	text-align:left;
	}

table input {
	vertical-align:middle;
	}

table tr.tfoot th {
	text-align:right;
	border-left: 1px solid #deeffd;
	color:#616161;
	}

table tr.tfoot td,table tr.tfoot th {
	color:#6caf42;
	border-color:#fff;
	}

table tr.tfoot td {
	border-right-color:#deeffd;
	text-align:right;
	}

table tr.tfoototal td,table tr.tfoototal th {
	border-bottom-color:#deeffd;
	}

tfoot th,.checkout-button {
	font-weight:700;
	}

th.total,.price,.total-colomn {
	text-align:right !important;
	}

table a[rel="lightbox"],table a[rel="lightbox[group]"] {
	border:0;
	padding:0 0 0 20px;
	}

table tr td + td {
	text-transform:capitalize;
	}