#modalContainer {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	
}
.forgot {
	float:right;
	margin:35px 8px 0 0;
}
.min_text {
	color:#FFF;
	float: right;
	text-align:right;
	font-weight: bold;
	padding-left: 5px;
	padding-top:3px;
}

#alertBox {
	position:relative;
	width:600px;
	height:auto;
	margin-top:50px;
	border:3px solid #000;
	text-align: justify;
	background-color:#666;	/*background:url(../template_images/alert_form_bg.jpg);
	background:url(template_images/alert_form_bg.jpg) repeat-y;*/
	
}
#modalContainer > #alertBox {
	position:fixed;
}
#alertBox h1 {
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FEC424;
	text-decoration: none;	
}
#alertBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 10px 0 10px;
	color:#FFFFFF;
}
#alertBox #closeBtn {
	display:inline-block;
	margin:10px;
	padding:5px;
	border:0px solid #FF9900;
	width:115px;
	text-align:center;
	color:#FFFFFF;
	background-color:#FEC424;
	text-decoration:none;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../../template_images/alertBg.jpg);
	background-repeat: repeat-x;
}
#alertBox .ok {
	display:inline-block;
	position:relative;
	margin:5px;
	padding:5px;
	border:1px solid #333;
	width:110px;
	font:11px Arial;
	text-transform:uppercase;
	text-align:center;
	color:#000;
	background-color:#FEC424;
	text-decoration:none;
	background-position: center;
}

/* generic styles */

.ie_fix {
   display: none;
}

object { 
outline:none; 
}

a:focus {
  outline-style: none;
}

table {
	border: 0;
    border-collapse: collapse;
	float:left;
}

th {
    text-align: left;
}

td {
    vertical-align: top;
	padding: 0;
}

img {
    border: 0;
}

form {
    margin: 0;
}
input, select, textarea {
    padding: 0;
    margin: 0;
}
input.radio {
    margin-bottom: -2px;
}

body {
	margin: 0px;
	background-image:url(../../template_images/site_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#3d3d3e;

}

body, html {
	height:100%;
}


/* text/link styles */
p, td, th, li, div, input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	color:#7c7c7c;
	font-size:12px;	
	margin:0 0 10px 0;
}

p {
	margin:0px 0px 15px 0px;
}

hr {
	height:1px;
	border-bottom:1px dotted #fff;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:12px 0px 16px 0px;
	*margin:0px 0px 9px 0px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#ffcc33;
	margin:0px 0px 20px 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#ffcc33;
	margin:0px 0px 20px 0px;
}


h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0px 0px 8px 0px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	margin:0px 0px 5px 0px;
}

a {
	color:#ffc324;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	margin:0px 0px 20px 0px;	
	padding:0px 0px 0px 15px;
}

li {
	margin:0px 0px 3px 0px;	
	padding:0px;
}

/* div styles */
div {
	float:left;
}

div#site_holder {
	width:870px;
	padding-left:30px; 
	margin-left:auto;
	margin-right:auto;
	float:none;
}


div#site_holder_pce {
	width:840px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding:30px 28px 0px 30px;
	min-height:800px;
	background-image:url(../../template_images/pce_image.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}


div#site_holder_pci {
	width:840px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	min-height:800px;
	padding:30px 28px 0px 30px;
	*padding:30px 30px 0px 30px;
	background-image:url(../../template_images/pci_image_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}


/*header*/
div#header_holder {
	width:840px;
	z-index:100;
	height:160px;
	position:relative;
}


.login_outer
{
float:left; position:relative; padding:0 0 0 68%; top: 30px;
}

div#login {
	position:absolute;
}

div#lets_talk {
	width:260px;
	margin-bottom:10px;
}

div#login input {
	width:120px;
	height:19px;
	padding:3px 0px 0px 3px;
	border:1px solid #999999;
	margin-right:3px;
}
/*div#btn_login {
	float:right;
	margin-top:4px;
	margin-right:40px;
	
	
}*/

div#btn_login input {
	width:62px;
	height:24px;
	border:none;
	padding:0px;
}
div#btn_logout input {
	width:62px;
	height:24px;
	border:none;
	padding:0px;
}


div#user_logged_in {
	width:260px;
	height:20px;
	color:#fff;
}

#error_box{			
	position:absolute;
	width:196px;/*236px;*/
	height:111px;/*141px;*/
	padding:10px 20px 20px 20px;
	background-image:url(../../template_images/login_error_bg.jpg);
	background-repeat:no-repeat;
	border:3px solid #666666;
	margin:-20px 0px 0px 10px;
	*margin:-70px 0px 0px 10px;
	color:#fff;
}

#error_box div {
	width:100%;
	color:#fff;
}	


/* sidebar */
div#sidebar_holder {
	width:260px;
	/*background-color:#FF0000;*/
}

div.sub1 {
	width:250px;/*260px*/
	margin:3px 0px 3px 10px;
	_margin:3px 0px 3px 5px;
}

div.sub1 a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

div.sub1_active {
	width:250px;/*260px*/
	margin:3px 0px 3px 10px;
	_margin:3px 0px 3px 5px;
}

div.sub1_active a {
	font-size:12px;
	color:#ffcc33;
	text-decoration:none;
}

div.sub1 a:hover, div.sub1_active a:hover {
	color:#ffcc33;
	text-decoration:none;
}

div.sub2 {
	width:240px;/*260px*/
	margin:-3px 0px -1px 30px;
	_margin:-3px 0px -1px 20px;
}

div.sub2 a {
	font-size:11px;
	color:#999999;
	text-decoration:none;
}

div.sub2_active {
	width:240px;/*260px*/
	margin:-3px 0px -1px 30px;
	_margin:-3px 0px -1px 20px;
}



div.sub2_active a {
	font-size:11px;
	color:#ffcc33;
	text-decoration:none;
}

div.sub2 a:hover, div.sub2_active a:hover {
	color:#f29400;
	text-decoration:none;
}

div.sub3 {
	width:240px;/*260px*/
	margin:-6px 0px -2px 40px;
	_margin:-6px 0px -2px 30px;
}
div.sub3 a {
	font-size:11px;
	color:#F29400;
	text-decoration:none;
}

div.sub3 a:hover {
	font-size:11px;
	color:#ffcc33;
	text-decoration:none;
}

div.sub3_active {
	width:240px;/*260px*/
	margin:-3px 0px -1px 40px;
	_margin:-3px 0px -1px 30px;
}

div.sub3_active a {
	font-size:11px;
	color:#f29400;
	text-decoration:none;
}

div.sub4 {
	width:240px;/*260px*/
	margin:-6px 0px -2px 50px;
	_margin:-6px 0px -2px 40px;
}
div.sub4 a {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

div.sub4 a:hover {
	font-size:11px;
	color:#999999;
	text-decoration:none;
}

div.sub4_active {
	width:240px;/*260px*/
	margin:-3px 0px -1px 50px;
	_margin:-3px 0px -1px 40px;
}

div.sub4_active a {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}



div.sb_hr1, div.sb_hr2, div.sb_hr3, div.sb_hr4 {
	width:260px;
}

div.sb_hr1 hr {
	margin:0px 0px 10px 0px;
	*margin:-5px 0px 0px 0px;
}

div.sb_hr2 hr {
	margin:3px 0px 10px 0px;
	*margin:-5px 0px 5px 0px;
}
div.sb_hr3 hr {
	margin:3px 0px 10px 0px;
	*margin:-5px 0px 5px 0px;
}
div.sb_hr4 hr {
	margin:3px 0px 10px 0px;
	*margin:-5px 0px 5px 0px;
}

div#search_kw {
	width:260px;
	margin-top:30px;
}

div#search_brand {
	margin-top:10px;
}

div#search_brand select {
	width:260px;
	height:24px;
}

input.search_field {
	width:204px;
	height:19px;
	padding:2px 2px 1px 2px;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:none;
	*margin-top:-1px;
}

/* pce */
div#pce_holder {
	width:520px;
	color:#fff;	
	/*background-color:#00FF00;*/
}

div#pce_pci_holder {
	width:550px;
	min-height:536px;
	padding:175px 29px 0px 30px;
	color:#fff;
	background-image:url(../../template_images/pci_bg.jpg);
	background-repeat:no-repeat;
}

/*div#pce_image {
	width:610px;
	height:711px;
	margin:-30px 0px 0px 260px;
	*margin:-30px 0px 0px 0px;
	position:absolute;
	z-index:1;
	background-image:url(../../template_images/pce_image.png);
}*/

/*div#pce_image {
	width:610px;
	height:711px;
	margin:-30px 0px 0px 260px;
	*margin:-690px 0px 0px -579px;
	_margin:0px 0px 0px 0px;
	position:absolute;
	background-image:url(../../template_images/pce_image.jpg);
	z-index:1
}*/

/* pci */
/*div#pci_image {
	width:610px;
	height:711px;
	margin:-30px 0px 0px 260px;
	*margin:-690px 0px 0px -579px;
	position:absolute;
	background-image:url(../../template_images/pci_image_bg.jpg);
}*/

/*div#pci_image {
	width:610px;
	height:711px;
	margin:-30px 0px 0px 260px;
	*margin:-30px 0px 0px 0px;
	position:absolute;
	z-index:1;
	background-image:url(../../template_images/pci_image_bg.jpg);
}*/

div#pci_image_pc{
	width:610px;
	height:711px;
	margin:-30px 0px 0px 260px;
	*margin:-990px 0px 0px -579px;
	position:absolute;
	background-image:url(../../template_images/pci_image_bg.jpg);
}

div#pce_pci_holder {
	_min-height:600px;
}

div#pce_pci_holder p{
	color:#fff;	
}

/* footer */
div#footer_holder {
	border-top:1px dotted #FFFFFF;
	/*height:120px;*/
	margin:50px 0 10px;
	padding:30px 0 10px;
	width:840px;
	position:relative;
}

div#news1 {
	width:260px;
	min-height:50px;
	margin-right:30px;

}

div#news1 p, div#news_txt p, div#footer_txt p {
	color:#7c7c7c;
}

div#news2 {
	width:550px;
	/*height:200px;*/
}

div#news_top {
	width:550px;
	height:25px;

	background-image:url(../../template_images/news_top_bg.gif);
}

div#news_mid {
	width:550px;
	background-image:url(../../template_images/news_mid_bg.gif);
	background-repeat:repeat-y;
}

div#news_bottom {
	width:550px;
	height:25px;
	background-image:url(../../template_images/news_bottom_bg.gif);
}

div#news_txt {
	width:332px;
	margin:0px 20px 0px 25px;
	_margin:0px 20px 0px 12px;
	display:inline;
}

div#news_img {
	width:160px;
	display:inline;
}

div#news_img img {
	max-width: 160px;
}

div#news_txt h3 {
	color:#666666;
}

div#news_txt a {
	color:#cc0000;
	text-decoration:none;
}

div#news_txt a:hover {
	text-decoration:underline;
}

.more-news {clear:both; margin-left:25px;display:block;}
.more-news a {color:#cc0000;}

div#footer_txt {
	width:840px;
	text-align:center;
	margin-top:50px;
}

div#footer_txt a {
	color:#7c7c7c;
}

/* product catalogue */
div.cat_prod_holder1 {
	width:164px;
	margin:0px 29px 30px 0px;
	_margin:0px 27px 30px 0px;
}

div.cat_prod_holder2 {
	width:164px;
	margin:0px 0px 30px 0px;
}

div.cat_prod_header {
	width:135px;
	height:25px;/*35px;*/
	padding:10px 0px 0px 15px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../../template_images/prodbox_head_bg.gif);
	*background-image:url(../../template_images/prodbox_head_bg_ie.gif);
	background-repeat:repeat-x;
}

td.cat_prod_header2 {
	width:135px;
	height:48px;/*48px;*/
	padding:0px 0px 0px 15px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../../template_images/prodbox_head2_bg.gif);
	*background-image:url(../../template_images/prodbox_head2_bg_ie.gif);
	background-repeat:repeat-x;
}


div.cat_prod_pic {
	width:164px;
	height:90px;/*150px;*/
	text-align:center;
	padding-top:10px;
	background-color:#fff;
}

div.cat_prod_pic img{
	max-height:100px;
}

div.prod_price {
	width:164px;
	height:60px;
	text-align:center;
	color:#FFCC33;
	font-weight:bold;
	background-color:#fff;
}

div.cat_prod_btn {
	width:164px;
	height:35px;	
}


div#prod_main_holder {
	width:550px;
}

div#prod_main_header {
	width:516px;/*536px;*/
	height:25px;/*35px;*/
	padding:10px 0px 0px 20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../../template_images/prodbox_head_bg.gif);
	*background-image:url(../../template_images/prodbox_head_bg_ie.gif);
	background-repeat:repeat-x;

}

div#prod_main_header div {
	color:#fff; 
}

div#prod_main_header div a {
	color:#fff; 
	font-weight:normal; 
	text-transform:none;
	text-decoration:none;
}

div#prod_main_header div a:hover {
	text-decoration:underline;
}


div#prod_main {
	width:510px;/*550px;*/
	padding:20px;
	background-image:url(../../template_images/prod_main_bg.png);
	background-repeat:repeat-y;
	_background-image:none;
	_background-color:#6a6a6a;
}

div#prod_main_col1 {
	width:240px;
	margin-right:30px;
}

div#prod_main_pic {
	/*border:1px solid #555555;
	width:238px;
	text-align:center;
	background-color:#FFFFFF;*/
}

div#prod_main_col2 {
	width:240px;
	color:#fff;
}

div.opt_text {
	height:20px;/*24px;*/
	width:80px;
	padding-top:4px;
	color:#fff;
}

input.qty {
	width:50px;
	height:19px;
	padding:3px 0px 0px 3px;
	border:1px solid #999999;
}

div.opt_field {
	
}

div.opt_holder {
	width:240px;
	margin-bottom:5px;
}

div.opt_field select {
	width:150px;
	height:22px;
	border:1px solid #999999;
}

div#long_desc_holder, div#long_desc_holder ul, div#long_desc_holder li {
	color:#fff;
}

div#btn_buy_now {
	margin-left:386px;
}

div.pop_prod_holder1 {
	width:260px;
	margin-right:30px;
}

div.pop_prod_holder2 {
	width:260px;
}

div.pop_prod_header {
	width:226px;/*226px;*/
	height:25px;/*35px;*/
	padding:10px 0px 0px 20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../../template_images/prodbox_head_bg.gif);
	*background-image:url(../../template_images/prodbox_head_bg_ie.gif);
	background-repeat:repeat-x;
}

div.pop_prod_pic {
	width:140px;
	height:122px;/*132px;*/
	text-align:center;
	padding-top:10px;
	background-color:#fff;
}

div.pop_prod_txt {
	width:120px;
	height:92px;/*132px;*/
	text-align:center;
	padding-top:40px;
	color:#ff0000;
	font-weight:bold;
	background-color:#fff;
}

div.pop_prod_btn {
	width:164px;
	height:35px;	
	margin-left:130px;
}

/* cart */
input.pc_detail_quantity {
	width:48px;/*50px;*/
	height:17px;/*20px;*/
	padding:3px 0px 0px 2px;
	*margin-top:-1px;
}

div#downloads {
	width:100%;
	margin-top:20px;
}



/* order */
div#checkout_header {
	width:536px;
	height:35px;
	background-image:url(../../template_images/prodbox_head_bg.gif);
	/*background-image:url(../../template_images/prodbox_head_bg_ie.gif);*/
	background-repeat:repeat-x;
}

div#checkout_holder {
	background-image:url(../../template_images/checkout_bg1.jpg);
	/*background-image:url(../../template_images/checkout_bg_ie6.gif);*/
	background-repeat:repeat-y;
	padding-bottom:20px;
	width:550px;
}

.checkout_inner{
	
}

div#co_header_col1 {
	width:160px;/*180px;*/
	height:25px;
	padding:10px 0px 0px 20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}


div#co_header_col2 {
	width:280px;/*356px;*/
	height:25px;
	padding:10px 0px 0px 20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

div#co_col1 {
	width:140px;/*180px;*/
	padding:20px 20px 0px 20px;

}

div#co_col2 {
	width:330px;/*356px;*/
	padding:20px 20px 0px 20px;

}

div.content2_orderform {
	width:330px;
	margin-bottom:30px;
	clear:left;
	/*background-color:#00FF00;*/
}

div.of_left {
	width:130px;
	height:20px;/*23px;*/
	padding-top:5px;
	margin:3px 0px 3px 0px;
	/*background-color:#00FFFF;*/
}

div.of_right {
	width:180px;
	height:25px;
	margin:3px 0px 3px 0px;
	/*background-color:#ff0000;*/
}

input.of_field {
	width:196px;
	_width:185px;
	height:18px;
	padding:3px 0px 0px 2px;
	*margin-top:-1px;	
}

select.of_select {
	width:200px;
	height:23px;	
}

div.cc_field {
	margin:3px 0px 3px 0px;	
}

div.cc_txt {
	width:110px; 
	height:20px; 
	padding-top:5px; 
	margin:3px 0px 3px 0px; 
	/*background-color:#FF0000;*/
}

div.cc_field input {
	width:180px;
	height:18px;
	padding:3px 0px 0px 2px;
	*margin-top:-1px;	
}

div.cc_field select {
	width:60px;
	height:23px;
}

















/* contact/feedback */
div.contact_col1 {
	width:120px;
	height:18px;/*22px;*/
	padding-top:4px;
	color:#fff;
	margin:3px 0px 3px 0px;
	clear:left;
}

div.contact_col2 {
	width:220px;
	margin:3px 0px 3px 0px;
	clear:right;
}

div.contact_col2 input {
	width:212px;/*216px;*/
	height:17px;/*18px;*/
	padding:1px 2px 0px 2px;
	*margin-top:-1px;
}

div.contact_col2 textarea {
	width:212px;/*216px;*/
	height:200px;
	padding:0px 2px 0px 2px;
}


/* help */
div#search {
	width:100%;
	margin-bottom:20px;
	color:#fff;
}

input.field_search {
	width:200px;
	height:19px;
	*margin-top:-1px;
	color:#000000;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:none;
	padding-top:3px;
	padding-left:3px;
}

div#help_content {
    width:100%;
    margin-top:20px;
    *margin-top:15px;
}

div#back {
	margin:5px 0px 0px 170px;
}

div#filerow1 {
	width:555px;
	padding:12px 0px 12px 0px;
	color:#fff;
	border-bottom:1px dotted #fff;
}

div#filerow2 {
	width:555px;
	width:555px;
	padding:12px 0px 12px 0px;
	color:#fff;
	border-bottom:1px dotted #fff;
}

div#filerow1 a, div#filerow2 a {
	color:#f29400;
	text-decoration:none;
}

div#filerow1 a:hover, div#filerow2 a:hover{
	text-decoration:underline;
}


div.help_topten_holder {
	width:100%;
	margin-top:40px;
	*margin-top:20px;
}   

div.help_topten_holder h2 {
	color:#ffffff;
}

div.help_topten_holder p {
	margin:0px;
}

div.help_topten_holder hr, div#search hr {
	color:#000;
	background-color:#000;
	height:1px;
	border-bottom:1px dotted #ffffff;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:5px 0px 5px 0px;
	*margin:2px 0px 2px 0px;
	padding:0px 0px -5px 0px;
}

div.topten_qs {
	width:100%;
}

div.question {
	width:555px;
	padding:10px 0px 10px 0px;
	border-bottom:1px dotted #fff;
	font-weight:bold;
}
div.question a {
	color:#fff;
}

div.help_answer {
	width:555px;
	padding:10px 0px 10px 0px;
	color:#ffc324;
}  

div.help_answer p {
	color:#ffc324 !important; 
}


/* Order History */
table.oh_top td hr {
	height:1px;
	border-bottom:1px dotted #fff;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:5px 0px 5px 0px;
	*margin:0px 0px 4px 0px;
}

legend {
	color:#fff;
}

div#oh_details_holder {
	background-image:url(../../template_images/prod_main_bg.png);
	_background-image:none;
	_background-color:#6a6a6a;
	width:520px;/*550px;*/
	padding:15px;
}

div#oh_details_head {
	background-image:url(../../template_images/prodbox_head_bg.gif);
	*background-image:url(../../template_images/prodbox_head_bg_ie.gif);
	background-repeat:repeat-x;
	width:521px;/*550px;*/
	height:25px;
	padding:10px 0px 0px 15px;
	font-weight:bold;

}

img.prodcat_img
{
	max-height: 150px;
	max-width:150px;
}

.header{
	float:left;
	font-weight:bold;
	color:#FFC324;
}

.billingAddr_tbl{
	margin-left:180px;
	width:330px;
}

.billingAddr_tbl input[type=text]{
	width:200px;	
}

.order_next{
	float:right;
	margin:10px 30px 0 0;
}

.order_comments {
	width:200px;
}

.sel_addy{
	width:100%;	
}

.sel_addy td{
	padding:5px 3px;
}

input.field{
	width:200px;
}

select.field{
	width:205px;
}
.checkout_inner input{
	padding:2px;
}

.pages{width: 100%; text-align: center; clear: both;}

.pages a.pselected{
background-color:#7F7F7F;
font-weight:bolder;
margin:0 5px;
padding:0 2px;
}
.social_media{
	margin-left: 35px;
}

.social_holder{
	
}

.social_icon{
	margin-right:10px;
}

.ccma_link{
	clear:both;
	font-size:11px;
	text-decoration:none!important;
	display:block;
	margin-bottom:12px;
}
.ccma_link span {display:block; text-align:left; font-style:italic}


.fb_icon{
	float: left;
    margin-left: 20px;
}
.ccma_icon {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;    
	margin:10px 0 3px 50px;
}

a.ccma_icon_a{
	background: none repeat scroll 0 50% transparent;
    display: block;
    float: none;
    font-weight: bold;
    margin: 0 auto;
    width: 120px;
}
