*{
	margin: 0;
	padding: 0;
}

html{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

body{
	background: url('../images/body.gif') repeat-x;
    background-color: #3a77da;
}

a {
	color: #666;
	text-decoration: none;
}

.ul_bol{
    margin-top: 5px;
}
.ul_bol li{
    list-style-type: disc !important;
    padding-left: 20px;
    margin-left: 13px;
}

.error{
	font-size: 10px;
	color: #fc0505;
	margin: 0 !important;
	text-align: right;
}

.left{
	float: left;
}
.right{
	float: right;
}

img {
	border: none;
}

a:hover { text-decoration: underline; }

.both{
	clear: both;
}

.wrapper{
	width: 900px;
        background: #ffffff;
    margin: 0 auto;
}

/* Header */
#header{
	
}

#header .right{
	float: right;
	width: 512px;
    padding: 22px 0 0 0;
}

#banner{
    padding: 8px 0;
   
}

#menu_header{
}

#menu_header ul{
	list-style-type: none;
    height: 33px;
	position: relative;
    z-index: 100;
}

#menu_header li{
	float: left;
	position:relative;
}

#menu_header li a{
	display: block;
	color: #4f4f4f;
	font-family:Arial;
	font-weight: bold;
    font-size: 15px;
    padding: 6px 22px;
    background: url('../images/menu_header.gif') no-repeat left top;
}
#menu_header li a:hover{
	text-decoration: none;
    color: #f8b462;
}

#menu_header .first a{ background: none; }

#menu_header ul ul, #menu_header ul ul ul{
	width: 198px;
	position: absolute;
    height: auto;
	visibility:hidden;
	background: transparent;
    border-top: 3px solid #7c7c7c;
    border-bottom: 3px solid #7c7c7c;
    background: url('../images/menu_header_ul.gif') repeat-y;
    top: 0;
}


#menu_header ul ul li{
    float: none !important;
}

#menu_header ul ul li a{
    display: block;
	font-size: 14px;
    color: #0091db;
	font-weight: normal;
	padding: 7px 12px;
    text-transform: lowercase;
    background: none;
}

#menu_header ul ul li.first a{
	
}

#menu_header ul ul li a:hover{
	background: #7c7c7c;
    color: #fff;
}

#logo{
	float: left;
	margin: 16px 0 25px 19px;
}

#search_box{
	height: 34px;
	border-left: 2px solid #990000;
	float: left;
	margin: 36px 0 0 20px;
	padding: 7px 0 7px 19px;
}
#search_box .box{
	background: url("../images/search_box.gif") no-repeat;
	width: 278px;
	height: 34px;
}

#search_box .box{
	background: url("../images/search_box.gif") no-repeat;
	width: 278px;
	height: 34px;
}
#search_box .box input{
	border: none;
	background: transparent;
}
#search_box .box .text-field{
	margin: 10px 8px 0 10px;
	font-size: 12px;
	font-weight:bold;
	width: 219px;
	color: #990000;
	float: left;
}
#search_box .box .submit-field{
	width: 41px;
	height: 34px;
}

#h_imgs{
    text-align: right;
    padding: 15px 0 0 0;
}
#h_imgs img{
    margin-right: 14px;
}

/* Container */
#container{
	min-height: 300px;
    padding: 10px 11px;
}

/* Content */
#content{
	min-height: 600px;
}
#content li{
	list-style-type: none;
}

#content .left{
	width: 0px;
    /*margin-right: 13px;*/
}


#content .right{
    width: 201px; /*201px*/
}

#content .right .box, #content .left .box{
    margin-bottom: 11px;
    background: url('../images/right_box.gif') no-repeat bottom left;
    padding-bottom: 7px;
}

#content .right .box h2, #content .left .box h2{
    background: url('../images/right_box_h2.gif');
    font-size: 11px;
    color: #0097c9;
    padding: 6px 5px;
}

#content .left .box h2{
    text-align: center;
}

#content .right .box div, #content .left .box div{
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    padding: 10px 5px 5px;
    color: #aaaaaa;
}

#content .right .box div p{
    margin-bottom: 8px;
}

.boxi h2{
    font-size: 11px;
    color: #0097c9;
    padding: 6px 0;
}

.boxi div{
    padding: 0 0 5px;
    color: #aaaaaa;
}

.boxi div p{
    margin-bottom: 8px;
}

#content #main{
	width: 667px;
	float: left;
    
}
#content h1{
    font-size: 18px; font-weight: bold; color: #333333;
    border-bottom: 2px dotted #b1b1b1;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

#main .text{
	color: #888888;
    line-height: 26px;
    padding-right: 10px;
}
#main .text p{
	margin-bottom: 10px;
}

#main .books{
	margin: 14px 0 20px 0;
}

#main .books li{
	width: 290px;
	margin: 0 40px 14px 0;
	float: left;
}

#main .books li img{
	float: left;
	margin-right: 11px;
}

#main .books li a{
	font-weight: bold;
	font-size: 11px;
}

#main .books li p{
	margin-bottom: 3px;
}

#main .books li i{
	font-size: 10px;
}

#main .books li .price{
	display: block;
	font-weight: bold;
	color: #990000;
	font-size: 16px;
	margin-top: 4px;
}

#main .books {
	
}

/*end content*/

.breadcrumbs{
	font-size: 11px;
	padding:0 0 8px 0;
    color: #666666;
}

.breadcrumbs a{
	color: #0091db;
}

/* Home */

.home{
	
}
.homebox_left{
    float: left; margin-left: 20px; padding: 0px; width: 300px;
}
.homebox_centerright{
    float: left; margin-left: 35px; padding: 0px; width: 300px;
}
.homebox_big{
    float: left;
    margin-top: 15px;
    width: 660px;
}
.homebox_left h2, .homebox_centerright h2, .homebox_big h2, .box1 h2, .h2{
    font-family: Helvetica Neue;font-size: 16px; color: #333333; line-height: 20px;
   
    padding-bottom: 2px;
}
.homebox_big h1{
    width: 640px;
}
.h_left{
    width: 667px;
    float: left;
    color: #a2a3a3;
    font-size: 11px;
    line-height: 13px;
    background: #ffffff;
    padding: 0px;
}
.h_left h1{
    font-size: 16px; font-weight: bold; color: #333333; line-height: 20px;
    border-bottom: 2px dotted #b1b1b1;
    padding-bottom: 2px;
}
.h_left div{
    
}
.homebox_left a, .homebox_centerright a, .homebox_big a
{
    
}
.h_left h3{
    font-size: 12.5px;
    color: #42a7d8;
    text-align: center;
    margin-bottom: 6px;
}
.h_left img{
    margin-bottom: 7px;
}
.testimonials{
    background-color: #fff;
    clear: both;
}

.testimonials2{
    margin-top: 6px;
    background-color: #fff;
}
.testimonials_content{
    margin: 4px;
}
.testimonials_content h2{
    font-size: 15px;
    color: #030303;
    line-height: 18px;
}
.h_right{
    width: 191px;/*201*/
    float: right;
}
.h_right div{
    padding: 0px;
}
.h_right ul{
    list-style-type: none;
}
.h_right li{
    float: right;
    width: 24px;
    height: 24px;
    margin: 0 0 10px 3px;
    display: inline;
}
.h_right li img{
    width: 24px;
}
.h_right li span{
    display: block;
    margin-top: 2px;
}
.h_right li a{
    display: block;
    font-size: 11px;
    color: #067ab4;
    font-weight: bold;
}
.h_right li a:hover{
    text-decoration: none;
    color: #33b3f3;
}
.h_right li a:hover img{
    opacity: 0.8;
	filter: alpha(opacity = 80);
}

.box1{
    float: left;
    width: 296px;
    padding: 25px 10px 0 0;
    overflow: hidden;
    margin: 24px 14px 24px 0;
    color: #7f8182;
}
.box1 a{
    font-size: 11px;
}
.box1 h1{
    width: 296px;
}
.box1 img{
    float: left;
    width: 80px;
    margin-right: 8px;
}

.box1 .head{
    font-size: 12px;
    font-weight: bold;
    color: #053168;
}

/* end Home */

#toolbar{
	border-top: 2px solid #22538d;
	position: absolute;
	width: 100%;
	background: #165b9f;
	z-index: 1;
}

#toolbar .center{
	width: 780px;
	margin: 0 auto;
	position: relative;
}

#toolbar #linkPanel{
	color: #000;
	position: absolute;
	right: 0;
	background: url("../images/toolbar_linkPanel.gif") no-repeat right top;
	height: 12px;
	width: 246px;
	cursor: pointer;
}

#myPanel{
	padding: 4px 0;
}

#myPanel ul{
	
}

#myPanel li{
	float: left;
	margin-right: 3px;
}

#myPanel li img{
	border: 1px solid #94c0ed;
}

#designed{
	background: url("../images/designed.gif") no-repeat left center;
	padding: 5px 0 5px 38px;
	margin: 68px 0 0 9px;	
}
#designed span{ font-size: 11px; }

/* Footer */
#footer{
    /*padding: 12px 10px;*/
    padding-top: 12px;
    font-size: 10px;
    color: #b8b7b7;
}

#footer a:hover{
	color: #666666;
}

#footer .imgs{
    margin-top: 15px;
}
#footer .imgs a:hover img{
    opacity: 0.8;
	filter: alpha(opacity = 80);
}

#footer ul{
	list-style-type: none;
}

#footer .l_box{
	float: left;
    margin: 5px 10px 15px 0;
    width: 138px;
}
#footer .l_box li{
	margin: 0 0 3px 0;
}
#footer .l_box a{
	font-size: 9px;
    color: #b8b7b7;
}

#footer-left{
	float: left;
    width: 900px;
    text-align: center;
    padding: 10px 0;
}

#footer-left a{
    font-size: 11px;
    text-transform: uppercase;
    font-family: arial;
}

#footer-left p{
	color: #c2bfbf;
    margin-top: 8px;
}

#footer-left ul li{
	display: inline;
    border-right: 1px solid #0091db;
    padding-right: 8px;
    margin-right: 5px;
}

#footer-right{
	float: right;
    width: 362px;
    text-align: right;
    color: #949292;
}




.col-1{
	background: none !important;
}
.col-1 #main{
	float: none;
	width: auto;
}

.required{
	color: #d92020;
}

.register_form{
	margin: 34px 0 0 0;
	width: 530px;
}

.register_form div{
	clear: left;
	margin-bottom: 4px;
}

.register_form label{
	float: left;
	width: 290px;
	font-size: 18px;
	font-family: Arial;
	color: #444444;
	text-align: right;
	margin-right: 10px;
}

.register_form input{
	background-color: #fff3c5;
	border: 2px solid #990000;
	padding: 4px 3px;
	width: 220px;
}

.register_form .terms{
	margin-top: 28px;
}

.register_form .terms input{
	float: left;
}

.register_form .terms p{
	float: right;
	width: 195px;
}

.register_form .terms p b{
	font-size: 11px;
	color: #000;
}

.register_form .terms p a{
	font-size: 11px;
	color: #0006fe;
}

#login{
	margin: 90px auto 0;
	width: 370px;
	padding: 30px 50px;
	border: 4px solid #990000;
	background-color: #fef6e6;
}

#login div{
	margin-top: 12px;
}

#login div input{
	background-color: #fff3c5;
	border: 2px solid #990000;
	padding: 6px 10px;
	font-size: 14px;
	width: 206px;
}

#login label{
	width: 120px;
	float: left;;
	text-align: right;
	font-size: 16px;
	color: #73716d;
	margin-right: 20px;
	font-weight: bold;
	margin-top: 6px;
}

#login a{
	color: #0000ff;
	font-size: 11px;
	font-weight: bold;
}


.w-auto{
	width: auto !important;
}

.submit{
	width: 116px !important;
	height: 36px !important;
	padding: 0 !important;
	border: 0  !important;
	background: url("../images/submit.gif") !important;;	
}

.next{
	width: 88px !important;
	height: 34px !important;
	padding: 0 !important;
	border: 0  !important;
	background: url("../images/next.png") !important;;	
}


.save{
	width: 87px !important;
	height: 29px !important;
	padding: 0 !important;
	border: 0  !important;
	background: url("../images/save.gif") !important;;	
}

.my-account{
	margin-top: 1px;
	padding-bottom: 40px;
}

.my-account .left{
	width: 600px;
	float: left;
}

.my-account h2{
	background: url("../images/my_h2.gif");
	border: 1px solid #be0000;
	color: #FFF;
	height: 14px;
	font-size: 12px;
	padding: 5px 10px;
}

.my-account .right{
	width: 178px !important;
}

.welcome_toobar{
	height: 22px;
	padding: 7px 13px 0;
	background-color: #990000;
}

.welcome_toobar p{
	float: left;
	font-weight: bold;
	color: #FFF;
}

.welcome_toobar span{
	float: right;
	color: #FFF;
}

.my_home_actions{
	background: #fff3c5;
	height: 86px;
	margin: 2px 0
}

.my_home_actions ul{
	list-style-type: none;
}

.my_home_actions ul li{
	float: left;
	width: 80px;
	text-align: center;
	margin: 11px 13px 0;
}

.my_home_actions ul a span{
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #0000fe;
	padding-top: 2px;
}


.my_home_actions ul a span{
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #0000fe;
	margin-top: 2px;
}

.mb1{
	margin-bottom: 1px;
}

.mtb1{
	margin: 1px 0;
}

.table_home{
	
}

.table_home th, .table_home td{
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.table_home th{
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 7px;
	background-color: #990000;
	color: #FFF;
}

.table_admin th{
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	padding: 4px 7px;
	background-color: #990000;
	color: #FFF;
}

.table_admin .inactive{
	background-color: #ffe0e0;
}

.table_home tr:hover td{
	background: #FFFFFF;
}

.table_home td{
	font-size: 11px;
	font-weight: bold;
	padding: 5px 7px;
	background: #EEEEEE;
}

.table_admin td{
	font-size: 11px;
	font-weight: bold;
	padding: 5px 7px;
}

.table_home td a{
	color: #0000fe;
}

.attention{

}

.attention .sep{
	height: 13px;
	background-color: #990000;
}

.attention li{
	background: #ffcca3 url("../images/attention_li.png") no-repeat 5px center;
	margin-top: 1px;
	font-weight: bold;
	padding: 6px 37px;
}

.attention li.i{
	background-color: #ffd6b5;
}

#menu_left{
    margin-bottom: 20px;
}

#menu_left ul li{
    border-top: 1px dotted #bbbbbb;
    padding: 12px 0;
}

#menu_left ul li a{
    color: #067ab4;
    font-weight: bold;
}

#menu_left ul ul li{
    border: none;
    padding: 10px 0 0 10px;
}

#menu_left ul ul li a{
    color: #787878;
    font-weight: normal;
}

#menu_left{

}

.menu_right{
	
}

.menu_right li{
	
}

.menu_right li a{
	display:block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	height: 16px;
	background: url("../images/menu_right.jpg");
	padding: 9px 25px;
	margin-bottom: 1px;
}

.menu_right li a:hover{
	text-decoration: none;
	background: url("../images/menu_right_hv.jpg");
}

.your_cart_box{
	background-color: #ffe276;
	padding: 18px 15px;
}

.your_cart_box a, .your_cart_box span{
	font-size: 18px;
	font-weight: bold;
	color: #484848;
}

.your_cart_box a:hover{
	text-decoration: none;
	color: #6c6c6c;
}

.admin_box{
	border-bottom: 4px solid #990000;
	padding-bottom: 20px;
	background-color: #eeeeee;
	padding-bottom: 20px;
}

.settings{
	padding: 11px 26px 60px;
}

.settings .s_left{
	width: 153px;
	float: left;
	margin-right: 191px;
}

.settings .s_right{
	float: left;
	width: 153px;
}

.s_left div, .s_right div{
	margin-bottom: 20px;
}

.settings label{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	margin-bottom: 5px;
}

.settings input{
	border: 1px solid #990000;
	padding: 5px 5px;
	width: 141px;
}

.msg{
	color: #0cb504;
	font-size: 12px;
	font-weight:bold;
	text-align: right;
	margin-bottom: 14px !important;
}

.publish{
	width: 38px;
	padding:1px 17px 2px;
	margin-left:5px;
	height: 16px;
	background: url("../images/publish.png");
}
.publish:hover{
	text-decoration: none;
}

.icon_view{
	display: block;
	float:left;
	width: 17px;
	height: 14px;
	background: url("../images/icon_view.png") no-repeat;
	margin: 0 10px 0 22px;
}

.icon_edit{
	display: block;
	float:left;
	width: 17px;
	height: 14px;
	background: url("../images/icon_edit.png") no-repeat;
	margin: 2px 16px 0 0;
}

.icon_delete{
	display: block;
	float:left;
	width: 8px;
	height: 14px;
	background: url("../images/icon_delete.png")  no-repeat;
	margin: 2px 0 0 0;
}

#detele_but{
	margin-top: 10px;
}

#detele_but a, #detele_but a.on{
	background: #f2f2f2;
	padding: 3px 4px;
	color: #000 !important;
	cursor: pointer;
	border: 1px solid #d4cdcd;
	margin-right: 4px;
}

#detele_but a.no{
	padding: 3px 7px;
}

#detele_but a:hover{
	border: 1px solid #666;
}

#detele_but a:hover{
	text-decoration: none;
}

.admin_menu_top{
	
}

.admin_menu_top ul{
	height: 29px;
	background: #990000;
}

.admin_menu_top ul li{
	float: left;
	border-right:1px solid #FFF;
}

.admin_menu_top ul li a{
	display:block;
	font-size: 11px;
	font-weight: bold;
	padding:8px 10px;
	color: #FFF;
}

.admin_menu_top ul li a:hover{
	text-decoration: none;
	background: #e15f00;
}

.admin_menu_top .sel{
	background: #ee7000;
}

.post_book{
	padding: 34px 10px;	
}

.post_book label{
	float: left;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	margin-top: 5px;
}

.post_book div{
	margin-bottom: 7px;
}

.post_book .i{
	float: left;
	margin-right: 80px;
}

.post_book .i label{
	width: 70px;
	margin-right: 10px;
}

.seo .i label{
	width: 90px;
	margin-right: 10px;
}

.seo .i textarea{
	width: 350px;
	height: 100px;
}

.post_book .ii{
	float: left;
}

.post_book .ii label{
	width: 60px;
	margin-right: 10px;
	text-align: right;
}

.post_book input, .post_book select{
	width: 196px;
	border: 1px solid #939393;
	padding: 3px 5px;
}

.post_book select{
	width: 208px;
}

.post_book textarea{
	width: 668px;
	height: 200px;
}

.post_book h3{
	font-size: 12px;
	color: #FFF;
	background-color: #4c4c4c;
	margin-bottom: 1px;
	padding: 5px 10px;
}

.post_book h4{
	font-size: 14px;
	color: #666666;
	margin-bottom: 11px;
}

.post_complete{
	padding-bottom:5px;
	border-bottom: 1px solid #666666;
}

.post_complete img{
	width: 67px;
	float: left;
	margin-right: 6px;
}

.post_complete p{
	margin-bottom: 4px;
	font-size: 11px;
}

.post_complete p.price{
	margin-top: 14px;
	font-size: 12px;
}

.cart .error{
	font-size: 12px;
	padding: 10px 0;
}

.total_posted{
	height: 12px;
	background-color: #fff3c5;
	text-align: right;
	padding: 8px 24px 12px;
	
	font-size: 14px;
	font-weight: bold;
	color: #be0000; 
}

.total_posted span{
	 margin-left: 40px;
}

.top_actions{
	height: 18px;
	background: #FFF;
	padding: 6px 5px
}

.top_actions a{
	color: #0075e2;
	font-size: 11px;
	font-weight: bold;
}

.top_actions a.top_add{
	display:block;
	float:right;
	background: url("../images/top_add.gif") no-repeat left 5px;
	padding: 3px 10px 3px 16px;
}

.view-user{
	font-size: 14px;
	color: #666666;
}

.view-user label{
	font-weight: bold;
	float: left;
	width: 100px;
}

.view-user div{
	margin-top: 10px;
	clear: left;
	min-height: 40px;
}

.site_map{
	
}

.site_map li{
	margin: 0 0 7px 0;
}

.site_map .main{
	font-weight: bold;
    margin: 15px 0 15px 0;
}

.site_map ul{
	margin-left: 20px;
}

.title{
	border-bottom:2px dotted #B1B1B1;
    color:#333333;
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
    padding-bottom:3px;
}

/* Home Page */


/* ----- contact ----- */

#contact-top{
	margin-bottom: 46px;
}

#contact-right{
	float: right;
	width: 273px;
}

#contact-right h3{
	font-size: 14px;
	margin-bottom: 3px;
}

#contact-left{
	width: 387px;
	padding-right: 50px;
	border-right: 1px dotted #296eb3;
}

#contact-left div{
	margin-bottom: 6px;
}

#contact-left input, #contact-left textarea, #contact-left select{
	background-color: #e6edff;
	border: 2px solid #20558a;
	padding: 4px;
	color: #20558a;
	font-weight: bold;
}

#contact-left input{
	width: 218px;
}

#contact-left select{
	width: 230px;
}

#contact-left textarea{
	width: 218px;
	height: 130px;
}

#contact-left label{
	width: 135px;
	float: left;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #20558a;
	margin-right: 22px;
	line-height: 13px;
	margin-top: 6px;
}

.required{
	color: #ff8711;
	margin-right: 4px;
}

/* --------- Static Page ---------- */
#staticPage{

}

#staticPage p{
	margin-bottom: 20px;
}

#staticPage .bottom{
	padding-top: 10px;
}

#staticPage .bottom h3{
	color: #20558a;
	font-size: 14px;
}

#staticPage .bottom ul{
	padding-top: 10px;
}

#staticPage .bottom li{
	margin-bottom: 5px;
	float: left;
	width: 48%;
}

#staticPage .bottom li a{
	font-size: 12px;
	color: #20558a;
}

.s_box1{
	margin-bottom: 50px;
    color: #918f8f;
}
.s_box1 img{
	float: left;
    margin-right: 16px;
}
.s_box1 h3{
	margin-bottom: 10px;
}
.s_box1 h3 a{
	font-size: 12px;
    font-weight: normal;
}

.s_box2{
	float: left;
    margin-right: 30px;
    width: 201px;
    color: #918f8f;
}
.s_box2 h3{
	margin: 4px 0 10px 0;
}
.s_box2 h3 a{
	font-size: 12px;
    font-weight: normal;
}

.s_box3{
	background: url('../images/s_box3.gif') no-repeat;
    padding: 7px;
}
.s_box3 img{
	float: left;
    margin-right: 10px;
}
.s_box3 h3{
	margin: 10px 0 10px 0;
}
.s_box3 h3 a{
	font-size: 12px;
    font-weight: normal;
}

/* ---------- Services ----------- */
.s_box{
	width: 310px;
	margin-bottom: 70px;
}

.s_box div{
	margin-left: 75px;	
}

.s_box img{
	float: left;
}

.s_box p{
	margin-bottom: 8px !important;	
}

.s_box span, .s_box a{
	font-size: 11px;
	color: #20558a;
	font-weight: bold;	
}
.s_box h2{
	font-size: 14px;
	margin-bottom: 12px;
	color: #20558a;
}

/* ----------- Portofolio ------------- */
.portofolio{
	
}

.portofolio h2{
	font-size: 14px;
	color: #20558a;
	margin: 20px 0 8px;
}

.portofolio li{
	float: left;
	width: 234px;
	margin-right: 18px;
}

.portofolio p{
	margin: 0 !important;
}

.portofolio img{
	margin-bottom: 2px;
}

.portofolio a:hover img{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

/* -------------- Product Detail ---------------- */
.gallery{
	width: 264px;
	float: left;
}

.gallery ul{
	margin-top: 2px;
}

.gallery ul li{
	float: left;
	margin-right: 2px;
}

.product_detail_right{
	float: right;
	width: 470px;
	margin-right: 17px;
}

.product_detail_right h2{
	font-size: 14px;
	color: #20558a;
	margin-bottom: 5px;
}

.product_detail_right p{
	margin-bottom: 25px;
}

.product_detail_right .satisfaction{
	margin: 30px 0 0 44px;
	float: left;
	width: 85px;
}

.product_detail_right .starts{
	float: left;
}

.product_detail_right .actions{
	width: 161px;
	float: right;
	margin-top: 34px;
}

.product_detail_right .actions img{
	margin-bottom: 4px;
}

.product_detail_right .actions a:hover img{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.cms_features{
	float: right;
	width: 197px;
	min-height: 276px;
	background: #5490d5 url("../images/cms_features.png") repeat-x;
	color: #FFF;
	padding: 10px 13px;
	font-family: Arial;
}

.cms_features h2{
	font-size: 23px;
	margin-bottom: 15px;
}

.cms_features ul{
	list-style-type: circle;
}

.cms_features li{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 13px;
	list-style-type: disc !important;
}

#product_detail h3{
	font-size: 14px;
	color: #2f6092;
	margin: 23px 0 3px 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #296eb3;
}

#product_detail .desc{
	float: left;
	width: 536px;
}

#product_detail .bottom{
	background-color: #e0efff;
	margin-top: 20px;
	padding-bottom: 5px; 
}

#product_detail .bottom div{
	float: left;
	width: 380px;
}

#product_detail .bottom div.border{
	border-right: 1px solid #FFF;
	width: 379px;
}

#product_detail .bottom h4{
	color: #2f6092;
	background-color: #c1deff;
	padding: 5px 10px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 6px;
}

#product_detail .bottom i{
	display:block;
	padding: 4px 10px;
}

#product_detail .bottom img{
	float: left;
	margin: 0 8px 5px 10px;
}

#product_detail .bottom a{
	font-weight: bold;
	color: #20558a;
}

.global{
	border: none !important;
}

/* -------- Ajax Forms ----------- */
.ajax-form{
	border: none !important;
	padding: 0 !important;
}

.no-border{
    border: none !important;
}

#home-tabs .tabs-nav, #banner-tabs .tabs-nav{
    padding:0;
}

#home-tabs .tabs-container{
    border:1px solid #d3d2d2;
    color: #a2a3a3;
}

#home-tabs .tabs-nav a{
    top: 0;
    font-size: 11px;
    color: #FFF;
    text-align: left;
}

#home-tabs .tabs-nav a:hover{
    text-decoration: none;
}

#home-tabs .tabs-nav a:hover{
    color: #042a58;
}

#home-tabs .tabs-container p{
    margin-bottom: 8px;
}

#home-tabs .tabs-nav a, #home-tabs .tabs-nav a span {
    background: url('../images/home-tabs.png') no-repeat;
}

#home-tabs .tabs-nav .tabs-selected a span, #banner-tabs .tabs-nav .tabs-selected a span{
    padding-top: 6px;
}

#home-tabs .tabs-nav a, #home-tabs .tabs-nav .tabs-disabled a:hover, #home-tabs .tabs-nav .tabs-disabled a:focus, #home-tabs .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}

#home-tabs .tabs-nav .tabs-selected a span, #home-tabs .tabs-nav a:hover span, #home-tabs .tabs-nav a:focus span, #home-tabs .tabs-nav a:active span{
    background-position: 0 -50px;
    color: #042a58;
}

#home-tabs .tabs-nav .tabs-selected a, #home-tabs .tabs-nav a:hover, #home-tabs .tabs-nav a:focus, #home-tabs .tabs-nav a:active {
    background-position:100% -150px;
    outline:0 none;
}

#home-tabs .tabs-nav .tabs-selected a span, #home-tabs .tabs-nav a:hover span, #home-tabs .tabs-nav a:focus span, #home-tabs .tabs-nav a:active span{
    background-position:0 -50px;
}

#home-tabs .tabs-nav a span, #home-tabs .tabs-nav .tabs-disabled a:hover span, #home-tabs .tabs-nav .tabs-disabled a:focus span, #home-tabs .tabs-nav .tabs-disabled a:active span{
    background-position:0 0;
}

#banner-tabs{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 251px;
    height: 176px;
    background: #d5d4d5 url('../images/banner-tabs-div.png') repeat-x bottom left;
    padding-top: 1px;
}

#banner-tabs .tabs-nav a{
    top: 0;
    font-size: 11px;
    color: #FFF;
    text-align: left;
}

#banner-tabs .tabs-nav li{
    margin:0 1px 0 0;
}

#banner-tabs .tabs-nav a, #banner-tabs .tabs-nav a span{
    
}

#banner-tabs .tabs-nav a span{
    padding-left: 6px;
}

#banner-tabs .tabs-nav a, #banner-tabs .tabs-nav a span {
    background: url('../images/banner-tabs.png') no-repeat;
}

#banner-tabs .tabs-container{
    border: none;
    background: transparent;
}

#banner-tabs .tabs-nav a, #banner-tabs .tabs-nav .tabs-disabled a:hover, #banner-tabs .tabs-nav .tabs-disabled a:focus, #banner-tabs .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}

#banner-tabs .tabs-nav .tabs-selected a span, #banner-tabs .tabs-nav a:hover span, #banner-tabs .tabs-nav a:focus span, #banner-tabs .tabs-nav a:active span{
    background-position:0 -50px;
    
}

#banner-tabs .tabs-nav .tabs-selected a, #banner-tabs .tabs-nav a:hover, #banner-tabs .tabs-nav a:focus, #banner-tabs .tabs-nav a:active {
    background-position:100% -150px;
    outline:0 none;
}

#banner-tabs .tabs-nav .tabs-selected a span, #banner-tabs .tabs-nav a:hover span, #banner-tabs .tabs-nav a:focus span, #banner-tabs .tabs-nav a:active span{
    background-position:0 -50px;
}

#banner-tabs .tabs-nav a span, #banner-tabs .tabs-nav .tabs-disabled a:hover span, #banner-tabs .tabs-nav .tabs-disabled a:focus span, #banner-tabs .tabs-nav .tabs-disabled a:active span{
    background-position:0 0;
}

#tab-1 div{
    margin-top: 7px;
}
#tab-1 label{
    float: left;
    width: 90px;
}
#tab-1 label{
    float: left;
    width: 90px;
    font-weight: bold;
    color: #d5d4d5;
    margin: 2px 0 0 0;
}
#tab-1 .text-field{
    width: 84px;
    border: 1px solid #6c7a90;
    padding: 1px;
}
#tab-1 select{
    width: 178px;
    border: 1px solid #6c7a90;
    padding: 1px;
}
#tab-1 .tab-1-submit{
    background: url('../images/tab-1-submit.gif') no-repeat;
    width: 84px;
    height: 23px;
    border: none;
}

.main_forms{
    width: 680px !important;
}

.date label, .date input, .date img{
    float: left;
}

.date img{
    margin-left: 4px;
    cursor: pointer;
}

.contact_us{
    
}

.contact_us div{
    margin-bottom: 3px;
    margin-left: 30px;
}

.contact_us label{
    float: left;
    color: #62b6de;
    width: 60px;
}

.contact_us input{
    width: 200px;
    padding: 2px;
}

.contact_us textarea{
    width: 350px;
    padding: 2px;
}

.contact_us .contact_submit{
    background: url('../images/contact_submit.gif');
    border: none !important;
    padding: 0 !important;
    width: 69px !important;
    height: 20px !important;
    margin: 5px 40px 0 0;
}
.clear{
    float:left; width: 660px; clear: both;
}
.color_box{
    float: left;
    width: 667px;
}
.color_box h1{
    font-size: 16px; font-weight: bold; color: #333333; line-height: 20px;
}
.color_box h2{
    font-size: 13px; font-weight: bold; color: #ffffff; line-height: 33px; margin-left: 8px;
}
.greenbox{
    float: left; margin: 0px; padding: 0px; width: 216px;
    background: url('../images/green_header.jpg') top no-repeat;
}
.greybox{
    float: left; margin-left: 9px; padding: 0px; width: 216px;
    background: url('../images/grey_header.jpg') top no-repeat;
}
.bluebox{
    float: left; margin-left: 9px; padding: 0px; width: 216px;
    background: url('../images/blue_header.jpg') top no-repeat;
}
.green_middle{
    float: left; margin-top: 11px; padding: 0px; width: 196px; padding: 0px 10px 0px 10px;
    background: url('../images/green_middle.jpg') repeat-y; height: 170px;
}
.grey_middle{
    float: left; margin-top: 11px; padding: 0px; width: 196px; padding: 0px 10px 0px 10px;
    background: url('../images/grey_middle.jpg') repeat-y; height: 170px;
}
.blue_middle{
    float: left; margin-top: 11px; padding: 0px; width: 196px; padding: 0px 10px 0px 10px;
    background: url('../images/blue_middle.jpg') repeat-y; height: 170px;
}
.green_bottom{
    float: left; margin: 0px; padding: 0px; width: 216px; height: 66px; text-align: center;
    background: url('../images/green_bottom.jpg') bottom no-repeat; line-height: 50px;
}
.grey_bottom{
    float: left; margin: 0px; padding: 0px; width: 216px; height: 66px; text-align: center;
    background: url('../images/grey_bottom.jpg') bottom no-repeat; line-height: 50px;
}
.blue_bottom{
    float: left; margin: 0px; padding: 0px; width: 216px; height: 66px; text-align: center;
    background: url('../images/blue_bottom.jpg') bottom no-repeat; line-height: 50px;
}
.green_middle h3, .grey_middle h3,.blue_middle h3{
    font-size: 12px; font-weight: bold; color: #ffffff; line-height: normal; padding: 7px 0;
    border-bottom: 1px dotted #ffffff;
}
.green_bottom h3, .grey_bottom h3,.blue_bottom h3{
    font-size: 12px; font-weight: bold; color: #ffffff;
}
.green_middle a, .grey_middle a,.blue_middle a, .green_bottom a, .grey_bottom a,.blue_bottom a{
    font-size: 12px; font-weight: bold; color: #ffffff; text-decoration: none;
}
.green_middle a:hover, .grey_middle a:hover,.blue_middle a:hover,  .green_bottom a:hover, .grey_bottom a:hover,.blue_bottom a:hover{
    font-size: 12px; font-weight: bold; color: #dedede; text-decoration: underline;
}
.arrow{
    font-weight: bold; background: url('../images/arrow.jpg') no-repeat left;
    width: 3px; height: 7px; padding-left: 7px;
}
.link_box{
    float: left; margin: 0px; padding: 0px; width: 214px;
}
.link_box2{
    float: left; margin-left: 12px; padding: 0px; width: 214px;
}
.link_box a, .link_box2 a{
    font-size: 12px;
}
.link_box a:hover, .link_box2 a:hover{
    font-size: 12px; text-decoration: underline;
}

.form{
    float: left;
    width: 511px;
}

.form div{ margin-bottom: 7px; }
.form .error{ padding: 0 0 10px; }
.form label{ width: 150px; float: left; padding: 0 0 0 32px; font-size: 13px; text-transform: uppercase; color: #666666; font-weight: bold; }
.form label span{ color: #ff6600; font-size: 18px; font-weight: normal; margin-left: 6px;}

.form label span{ color: #ff6600; font-size: 15px; }

.form .text-field{ border: 2px solid #636363; background-color: #f1f1f1; padding: 5px; width: 314px; }
.form textarea.text-field{ height: 90px; }
.form select.text-field{ width: 328px; }

.form_content{
    float: right;
    width: 320px;
}

.form_content img{ float: left; margin-right: 7px; }
.form_content h3{ font-family: Arial; font-size: 16px; padding-bottom: 10px; }

.send{
    background: url('../images/send.gif') no-repeat;
    width: 99px;
    height: 31px;
    border: none;
    padding: 0;
}
