/* Basic styles */

body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #095aa6;
	outline: none;
}

/* a:visited {
	color: #01b7fb;
} */

a:hover {
	text-decoration: underline;
}

a.nohover:hover {
	text-decoration:none;
}

a img {
	border: 0;
}

h1 {
	font-size: 1.6em;
	line-height: 1.3em;
	text-transform: capitalize;
	margin: 0;
}

a:hover.normal {
	text-decoration: none;
}


h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

.three_column_wrapper h3 {
	padding: 0px 0px 4px 0px;
}

h2 a:hover {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
}

p {
	margin: 0px 2px 0px 2px;
	padding: 0;
}

.small {
	font-size: 9px;
}

.indent {
	margin-left: 20px;
	margin-right: 10px;
}

p.firstLine_indent {
	text-indent: 20px;
}

img.mainImage {
	float: left;
	padding: 30px 0px 0px 0px;
}

img.preload {
	display: none;
}

.price {
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: bold;
	color: #00529b;
}

.w250 p.price {
	font-size: 1.3em;
	line-height: 1.8em;
	width:118px; 
	text-align:center; 
	margin-left: 10px;
}

.priceTotal {
	font-weight: bold;
	color: #00529b;
}

p.date {
	line-height: 14px;
	padding-bottom: 2px;
}

p.date .news_icon {
	float: left;
	margin-right: 8px;
}

.strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;	
	margin-left: auto !important;
	margin-right: auto !important;
}

img.center {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
}

img.1px, img.pixel {
	width:1px;
	height:1px;
}
	

div.align_center {
	margin-left: auto;
	margin-right: auto;
}

.justify {
	text-align: justify;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.top {
	display: table-cell;
	vertical-align: top;
}

.bottom {
	display: table-cell;
	vertical-align: bottom;
}

.setLeft {
	float: left !important;
}

.setRight {
	float: right !important;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.bottom_right {
	float: right;
	vertical-align: bottom;
}

/* ------  COLORS  ------- */

.red {
	color: red;
}

.purple {
	color: #843d84;
	/* For MPEG Editing Software */
}

.orange {
	color: #f6901c;
	/* For Encoding Software */
}

.green {
	color: #01c7ad;
	/* For DVD Creation Software */
}

.nocat {
	color: #0784cf;
	/* For Software that doesn't fit in the above categories */
}

.green_store {
	color: #693;
}

.grey {
	color: #969696;
}

.blue {
	color: #00529b;
}

.yellow {
	color: #fff200;
}



.yes {
	color: #28c404;
	font-weight: bold;
}

.no {
	color: #f10000;
	font-weight: bold;
}

a.purple, a:visited.purple {
	color: #843d84;
}

a:hover.purple {
	color: #c959c9;
}

a.orange, a:visited.orange {
	color: #f6901c;
}

a:hover.orange {
	color: #f0af57;
}

a.green, a:visited.green {
	color: #01c7ad;
}

a:hover.green {
	color: #29e1c3;
}

a.grey, a:visited.grey {
	color: #969696;
}

a:hover.grey {
	color: #777;
}

a.blue {
	color: #00529b;
}

a:hover.blue {
	color: #51bbfc;
}

ul.product {
	margin: 6px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 4px;
	list-style-type: square;
}

ul.disc {
	list-style-type: disc;
}

ol {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 4px;
}

ol.lower_alpha {
	list-style-type: lower-alpha;
}

ol.upper_alpha {
	list-style-type: upper-alpha;
}


.boxtop, .boxbottom {
	height:24px;
	float:left;
	clear:both;
	display:inline;
}