@charset "utf-8";
/* GLOBAL CSS STYLES */

@import url("errors_messages.css");

* { outline: 0; padding: 0; margin: 0; border: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding: 0; margin: 0; outline:0px; border:0px; }
body { color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
a img, :link img, :visited img {border: none; outline:0px;}
a:hover{ text-decoration:underline; }
a {	text-decoration:none;}
:hover,:focus{	text-decoration:none;outline:0px;}
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { 	border: 0;	}
address,caption,cite,code,dfn,em,th,var { font-weight: normal; font-style: normal; }
ol,ul {	list-style: none;	}
caption,th {	text-align: left;	}
h1,h2,h3,h4,h5,h6 {	font-weight: normal;font-size: 100%;	}
q:before,q:after {	content:'';	}
abbr,acronym { border: 0; }
#osticket{border:1px solid #CCCCCC;background:#CCCCCC}
#osticket td, .ticket th{padding:3px;margin:1px;}

/* CSS Document */
.hr {border-bottom:1px solid #808080; padding-top: 8px; padding-bottom: 5px;}
#container { margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; width: 1000px; }
.fleft{ float:left; }
.fright {float:right; }
.redfont{ color:#a20000; }
.redfont2{ color:#a10000; font-size:15px; }
.bluefont{ color:#07678f; }
.bluefont2{ color:#07678f; font-size:13px; }
.emptydiv{ background-color:#ffffff; height:15px; clear:both; }
.emptydiv2{ height:6px; clear:both; border:0px none!important; }
.emptydiv3{ height:10px; clear:both; background:transparent;}
.font_11{ font-size:11px; line-height:16px; }
.messageStackError {color:#FF0000;}
.inputRequirement {color:#FF0000;}
/************************************   HEADER SECTION    ***************************************************/

#header { width: auto; margin-bottom: 10px; }
.header_top { height: 101px; background-image: url(../images/top-tabbed-bg.png); background-repeat: no-repeat; background-position: 0% 100%; }
.logo{ float: left; width: 190px; padding-top: 6px; padding-left: 10px; }
.header_right{ float: right; width: 800px; text-align: right; }
#banner {width:1000px;margin:0px auto;position:relative}
#banner .banner_in{position:absolute;left:175px;top:5px;width:400px;height:82px;z-index:0;}

/******* SOCIAL ICONS ********/
.social_icons{ height: .;  }
.social_icons a img { margin-right:3px; }
/******* SEARCH BOX & LINKS ********/
.header_links{ float: right; width: 800px; text-align: right; }
.search{ width: 152px; float: right; height: 33px; padding-top: 38px; padding-right: 10px; }
.head_searchbox{
	width:121px;
	height:24px;
	line-height:24px;
	float: left;
	color:#000000;
	padding-left: 3px;
}

.links_1{
	float: right;
	width: 220px;
	height: 41px;
	line-height: 41px;
	padding-left: 30px;
	text-align: left;
	color:#f8f7f7;
	padding-top:30px;
}
.links_1 a{ color:#f8f7f7; font-size:13px; margin:0px 5px 0px 5px;  }

/******* MAIN NAVIGATION  ********/
.main_nav{
	height: 47px;
	background-image: url(../images/navigation_bg.jpg);
	background-repeat: repeat-x;

}
.main_nav ul{

	width: auto;
}
.main_nav li {
	line-height: 47px;
	float: left;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #646464;

}
.main_nav li a {
	line-height: 47px;
	height:47px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
		padding-right: 28px;
	padding-left: 29px;
}

.main_nav li a:hover {
	padding-right: 28px;
	padding-left: 29px;
	background-image: url(../images/navigation_hover_bg.jpg);
	background-repeat: repeat-x;
	line-height: 47px;
	height: 47px;

}
.none_rightbdr{ border-right:0!important; }
.head_pagination{
	height: 36px;
	background-image: url(../images/pagination_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a7a5a6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a7a5a6;
	color:#a20000;
	line-height:36px;
	padding-left: 15px;
}
.head_pagination a{ color:#a20000; }

/************************************   HEADER SECTION END   --------------------------------------*****************/

/************************************   MAIN CONTENT SECTION    ***************************************************/
#main_content{
	margin-bottom: 15px;
	overflow: hidden;
}
.menu_headding, .menu_headding2, .menu_black_headding{
	background-color: #a30001;
	font-size: 14px;
	color: #F5F5F5;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	height:34px;
	line-height:34px;
}
.menu_headding2 { padding-left:15px; }
.menu_black_headding{ background-color: #313131!important;  }

/******* LEFT COLOUM ****************************************/
.left_coloum{
	float: left;
	width: 240px;
	margin-top: 6px;
}
/*** SIGN UP ****/
.signup_div{
	margin-bottom: 15px;
}
.signup_div form{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 5px;
	color: #3d3d3d;
	font-size: 12px;
}
.input1{
	background-image: url(../images/inputbg_1.png);
	height: 28px;
	width: 147px;
	background-repeat: no-repeat;
	padding-left: 6px;
	line-height: 28px;
}
/*** LEFT MENU ****/
.leftmenu_div{
	margin-bottom: 15px;
}
.leftmenu_div li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccacb;
	height: 29px;
	line-height: 29px;
}
.leftmenu_div li a {
	background-image: url(../images/bullet_1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 13px;
	color: #040404;
	display:block;
	line-height: 29px;
}
.leftmenu_div li a:hover {
	background-image: url(../images/bullet_1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	background-color:#dcdcdc;
	text-decoration: none;
	font-weight: bold;
}
.left_add{ margin-bottom: 15px; }

/*** LEFT MENU END ****/
/******* LEFT COLOUM END ------------ ************************/

/******* RIGHT COLOUM START ****************************************/
.right_coloum{
	float: right;
	width: 750px;
	background-color: #bdbdbd;
	overflow:hidden;
	height:auto;
}
.inner_right_coloum{
	background-color:#FFFFFF;
	float: right;
	width: 750px;
	overflow:hidden;
	height:auto;
	margin-top:5px;
	}
.inner_right_coloum .inner_body{
	width: 728px;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.right_coloum H1, .inner_right_coloum H1{
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom:4px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	text-align:left;
}
.rigister_h1{
	background-image: url(../images/register_man_image.png);
	padding-left: 110px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px!important;
	color: #000;
	border:0px none!important;
	padding-top: 40px;
	padding-bottom:10px;
	font-weight:bold;
	line-height:35px;
	height:78px;
}
.inner_right_coloum p { margin:1px 0px 8px 0px; line-height:20px; }
/*.inner_right_coloum p span { color:#A20000; }*/
/*** RIGISTER SECTION START ****/
.rigister_content, .joinus{
	border:#d3d3d3 solid 1px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:10px 15px 10px 15px;
/*	background-image: url(../images/emblam_bg.png);*/
	background-repeat: no-repeat;
	background-position: 3% 90%;
}
.rigister_content input[type=text], .rigister_content input[type=password], .input_2{
		width:295px;
		height:28px;
		line-height:28px;
		padding-left:5px;
		background-color:#f0f0f0;
		border:#d6d6d6 solid 1px;
	}
	.select_box1, .textarea_1{
		background-color:#f0f0f0;
		border:#d6d6d6 solid 1px;
		width:300px;
		padding:5px 5px 5px 5px;
		outline:0px;
	}
	.textarea_1 { padding:0px!important; }

.common_form input[type=text], .common_form input[type=password], .input_2{
		width:295px;
		height:28px;
		line-height:28px;
		padding-left:5px;
		background-color:#f0f0f0;
		border:#d6d6d6 solid 1px;
	}
	.select_box1, .textarea_1{
		background-color:#f0f0f0;
		border:#d6d6d6 solid 1px;
		width:300px;
		padding:5px 5px 5px 5px;
		outline:0px;
	}
	.textarea_2{
		background-color:#f0f0f0;
		border:#d6d6d6 solid 1px;
		width:90%;
		padding:5px 5px 5px 5px;
		outline:0px;
	}
	.select_box2{
		background-color:#f0f0f0;
		border:#d6d6d6 solid 1px;
		width:150px;
		padding:5px 5px 5px 5px;
		outline:0px;
	}
	.select_box4{
		background-color:#f0f0f0;
		border:#d6d6d6 solid 1px;
		width:240px;
		padding:5px 5px 5px 5px;
		outline:0px;
	}

.main
{
padding-top:5px;
}
/*** ACCOUNT LOGIN SECTION START ****/
.joinus{ background:none!important; padding-right:5px!important; }
.new_customer{	width: 353px; float:left;	}
.new_customer_body, .returning_customer_body{
	height:230px;
	background-color: #eae9e9;
	border:#c0bfbf solid 1px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:10px 15px 10px 15px;
}
.continue_btn{
	position: relative;
	top: 85px;
}
.returning_customer{ width:353px; float:right; }
.login_btn1{ position: relative; top: 8px; }
.joinus img{
	height: 50px;
	width: 50px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.joinus p a, .link3 a { background-color:#a10000; padding:5px 10px 5px 10px; color:#ffffff; }
.joinus p a:hover, .link3 a:hover { background-color:#000000; padding:5px 10px 5px 10px; color:#ffffff; text-decoration:none; }

/*** ACCOUNT LOGIN SECTION START ****/
.allproducts_div{
	background-color: #FFF;
	padding: 15px 5px 15px 5px!important;
}
.paragraph_1{ line-height:17px; margin:0px 0px 10px 0px; }

/*** PRODUCT PAGE SECTION START ****/
#products_div{ }
#products_div h1{ font-family:"Segoe UI", Arial; font-size:12px; border:0px none;}
.products_img{
	width: 330px;
	float: left;
	height: 380px;
}
.product_details{
	width: 355px;
	float: left;
	padding:0px 0px 0px 5px;
}
.product_details h2, .product_details h3{
	color: #a10000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.product_details h3, .comment_div h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:5px;
	color: #a10000;
}
.select_box3{ border:#d9d9d7 solid 1px; padding:2px 0px 2px 2px; width:100px; }
.input_3{ border:#d9d9d7 solid 1px;  width:98px; height:20px; }
.product_details li{
	background-image: url(../images/bullet_1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	color: #000000;
	font-size: 12px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.product_details li.headding{ font-size:15px; font-weight:bold; background:transparent; padding-left:0px; }
.price_div{
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.price_div p{ color:#a20000; font-size:20px; }
.comment_div, .creditcard-details-div{
	height:auto;
	background-color: #eae9e9;
	border:#c0bfbf solid 1px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:10px 15px 10px 15px;

}
.comment_div input[type=text]{
	background-color: #ffffff;
	border:#c4c4c4 solid 1px;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:0px 5px 0px 5px;
	width:480px;
	height:32px;
	line-height:32px;
	color:#8c8b8b;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}
.textarea_3{ background-color: #ffffff;
	border:#c4c4c4 solid 1px;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:0px 5px 0px 5px;
	width:480px;
	color:#8c8b8b;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;}

/*** SHOPPING CART SECTION START ****/
#checkoutpage_div{
	background-color: #FFF;
	padding: 20px;
	height:auto;
	overflow:hidden;
}
.rounded-border-div1, .rounded-border-div2{
	margin-bottom: 15px;
	border:#cfcfcf solid 1px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	overflow:hidden;

}
.shoppingcart_div{
	overflow: hidden;

}
.shoppingcart_div h1{
	font-size:12px;
	margin-bottom:10px;
	font-family:"Segoe UI";
	text-transform:uppercase;
	/*border-bottom:0px none;*/
}
.product1_img, .product_quantity, .product_unitprice, .product_total, .product_details2, .product_discount{
	float: left;
	margin-right: 5px;
	height: auto;
	min-height:160px;
}
.product1_img_checkout{
	float: left;
	margin-right: 5px;
	height: auto;
	min-height:120px;
}
.product1_img_checkout, .product_quantity_checkout, .product_unitprice_checkout, .product_total_checkout, .product_details2_checkout, .product_discount_checkout{
	float: left;
	margin-right: 5px;
	height: auto;
	min-height:80px;
}

.product1_img{
	width: 160px;
	text-align: left;
	vertical-align: top;
	/*background-color: #efefef;*/
}
.product1_img_checkout img{ width:80px; height:80px; }
.product1_img img{ width:158px; height:158px; }
.product_quantity, .product_unitprice, .product_total, .product_discount{
	width: 90px;
}

.product_quantity_checkout, .product_unitprice_checkout, .product_total_checkout, .product_discount_checkout{
	width: 90px;
}

.product_details2{
	width: 350px;
	padding-right: 20px;
	padding-left: 10px;
}
.product_details2_checkout{
	width: 500px;
	padding-right: 20px;
	padding-left: 10px;
}

.input_4{ border:#d9d9d7 solid 1px;  width:80px; height:20px; }
.input_5{ border:#d9d9d7 solid 1px;  width:120px; height:20px;}
.input_6{ border:#d9d9d7 solid 1px;  width:57px; height:20px;}
.para1{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #222222;
	font-size: 11px;
	line-height: 18px;
}
.shopping-_method, .address1, .product_name, .credit_total{
	float:left;

}
.shopping-_method p, .address1 p, .product_name p, .credit_total p, .text2, .rounded-border-div1 p, .product1_img p, .product_quantity p, .product_unitprice p, .product_total p, .product_details2 p{
	color: #545353;
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.shopping-_method{ width:190px; margin-right:5px; }
.address1{ width:230px; margin-right:5px; }
.product_name{ width:300px; margin-right:5px; }
.credit_total{ width:194px; text-align:right;  }
.total_amount{
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-size: 12px;
}
.total_amount p{ padding:2px 0px 2px 0px; }
.h1_1{
	color: #a30001;
	font-family: "Segoe UI";
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
}
.h1_2{
	color: #a30001;
	font-family: "Segoe UI";
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
	font-weight:bold;
}
.title_text{ font-size:12px!important; }
.btn_1{
	background-color:#cbcaca;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px;
	font-size:11px;
	padding:6px;
}
.buttons_div{ clear:both; padding-top:10px; overflow:hidden; height:35px; }
/*** TABS SECTION START ****/
#tabs{ background-color:#bdbdbd!important; }
#tabs_headding{
	background-color:#bdbdbd;
	background-image: url(../images/tab-ul-bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#tabs_headding li{
	color: #FFF;
	font-family: Tahoma;
	font-size: 14px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background:transparent;
	text-align:left;
	outline:0px;
	float:left;
	margin-right:3px;
	border:none!important;

}#tabs_headding li a{
	color:#ffffff;
	height:40px;
	line-height:40px;
	display:block;
	border:none!important;
	padding:0px 30px 0px 30px;
	font-weight: bold;
}
#tabs_headding li a:hover, #tabs ul li a:active, #tabs ul li.selected a{ color:#000000; height:40px; line-height:40px; display:block; border:none!important; /*padding:0px 30px 0px 30px;*/ font-weight: bold; background:#bdbdbd; outline:0px; text-decoration:none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor:pointer; }
.ui-tabs .ui-tabs-panel { display: block; padding:10px 10px 10px 10px; width:730px;  }
.ui-tabs .ui-tabs-hide { display: none !important; }
.products{  height:auto!important; background-color:#bdbdbd!important; }
.products li{ margin:0px 0px 8px 0px!important; min-height:320px!important; }
#datadiv1{	padding:10px 5px 2px 7px; }
.products li div{ padding: 8px 8px 8px 8px; /*width: 160px;*/ width: 155px; float: left; margin-right: 6px; margin-top: 6px; background-color: #FFF; overflow: hidden; min-height:270px;position:relative;}
.products li div span{position:absolute;display:block;width:150px;visibility:hidden;top:100px;left:48px;}
.popup_block{padding:5px 5px 5px 15px;width:700px;height:390px;background-color:#FFFFF5;border:1px solid #A30001;}
.popup_block_hdr{font-family:Arial, Helvetica, sans-serif;font-size:15pt;color:#A20000;padding:0px;margin:0px;margin-bottom:10px;}
.quick_btn{font-family:Verdana,Tahoma,Arial;font-size:9pt;color:#FFFFFF;background:#07678F;border:1px solid #5A74D6;padding:1px 2px 3px 2px;cursor:pointer;}
.quick_btn:hover{background;#27B7F7;}
.products li div a{ width: auto; height:auto !important; display:block; padding:0 !important; }
.products li div img{  width:158px; height:151px; }
.products li div p img{ width:auto; height:auto; }
.products li div h3{ font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #a20000!important; line-height: 16px; margin-bottom: 6px; height:78px; }
.products li div h4 { color:#A20000 !important; font-weight: bold; font-family:Arial,Helvetica,sans-serif; font-size:13px; height:20px; line-height:16px; margin-bottom:6px; }
.products li div p{ color: #3d3d3d; font-size: 11px; line-height: 15px; }
.products li div p.mft{ color: #0A6CE8; margin:0px; padding:0px; font-size: 11px; line-height: 15px; }
.nonrRightmargin{ margin-right:0px!important; }
.more_div{ margin: 0px!important; }
.more_div a { color:#000000; font-size:12px; }
/*** TABS SECTION END ****/
/******* RIGHT COLOUM END ------------ ***********************/
/************************************   MAIN CONTENT SECTION END   ---------------------------------*****************/
/************************************   FOOTER SECTION    ***********************************************************/
/*** BOTTOM PAGINATION ****/
#footer{ height: auto; padding-bottom: 15px; text-align: center; color: #000; clear: both; }
.bottom_pagination, .more_div{ background-image: url(../images/bottom-pagination-bg.jpg); background-repeat: repeat-x; border: 1px solid #c6c4c5; margin-bottom: 15px; font-size: 12px; color: #000; text-align: right; height: 31px; line-height: 31px; padding-right: 10px; clear:both; }
.more_div{ 	font-size: 11px; }
.bottom_pagination a{ color:#000000; }
.more_div p{ line-height: 31px; }
.more_div p a{ background-color:#777777; padding:5px 10px 5px 10px; color:#ffffff; margin-right:2px; }
.more_div p a:hover{ background-color:#a10000; padding:5px 10px 5px 10px; color:#ffffff; text-decoration:none; margin-right:2px;  }
#footer p{ margin:8px auto 5px auto; width:80%; 	font-size: 11px; }
/*#footer p a img{ float:left; margin-right:10px; }*/
.bluetext{ color: #033958; font-size:12px; line-height:16px; }
.bluetext a{ font-size: 12px; color: #033958; padding-right: 8px; padding-left: 8px; }
/************************************   FOOTER SECTION END   ---------------------------------***********************/
.textGryMid { -x-system-font:none; color:#353535; font-family:Arial,Helvetica,sans-serif; font-size:13px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:normal; }
.jdGallery .slideInfoZone { background:none repeat scroll 0 0 #333333; bottom:0; color:#FFFFFF; height:40px; left:0; margin:0; overflow:hidden; position:absolute; text-indent:0; width:100%; z-index:10; }
#myGallery, #myGallerySet, #flickrGallery { border:1px solid #000000; height:350px; width:318px; z-index:5; }
.jdGallery { overflow:hidden; position:relative; }
/*====================New Styles Dt June28==========================*/
.head_pagination { position:relative; }
DIV#dropDownList { width:139px; background:url(/templates/cranium/images/shopDropBg.png) no-repeat top center; height:202px; position:absolute; right:5px; z-index: 10; }
DIV#dropDownList #innerContHolder { width:133px; height:160px; overflow-y:auto; overflow-x:hidden; margin-top:5px; float:left }
.bInput { margin:7px; float:left; }
DIV#dropDownList #innerContHolder dl { margin:0; padding:0; }
DIV#dropDownList #innerContHolder dl dt { margin:0; padding:5px 0 0 7px; font:bold 13px Arial, Helvetica, sans-serif; color:#7f8082; }
DIV#dropDownList #innerContHolder dl dd { margin:0; padding:5px 0 0 7px; display:block; float:left; width:130px; }
DIV#dropDownList #innerContHolder dl dd input { float:left; }
DIV#dropDownList #innerContHolder dl dd span { padding:0 0 0 7px; font:normal 12px Arial, Helvetica, sans-serif; color:#7f8082; float:left; }
.thanks_text { font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:bold; }
/*==================== Styles for FeedbackTab==========================*/
/*  MOTOTOOLS CSS*/
.mototools_h2{ color:#FFFFFF; font-size:18px; font-family:"Segoe UI", "Trebuchet MS", Arial; font-weight:bold; margin-top: 12px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; }
.mototools_h2 span{ font-size:105%; font-weight:normal; }
#sideBar{ position: absolute; width: auto; height: auto; top: 150px; right:0px; background-repeat: repeat-y; background-position: 40px; }
.sidebarcontents_bg{ background-image:url(/templates/cranium/images/bottom-bg.png); background-repeat: repeat-x; background-position: 0% 100%; }
#sideBarTab{ float:left; height:162px; width:52px; }
#sideBarTab img, #sideBarTab a img{ border:0px none; outline:0px; }
#sideBarTab a:active img{ background-image: url(/templates/cranium/images/feedback_icon_2.png); background-repeat: no-repeat; background-position: 0px 0px; }
#sideBarContents{ overflow:hidden !important; width: 250px; background-color: #d12e37; background-image: url(/templates/cranium/images/bottom_2.png); background-position: 0% 153px; float: left; height: auto!important; }
#sideBarContentsInner_outer{ width:200px; background-position: 0% 0%; overflow: hidden; height: auto; background-image: url(/templates/cranium/images/top-bg.png); background-repeat: repeat-x; }
#sideBarContentsInner{ width:200px; background-image:url(/templates/cranium/images/sidebar_bg2.png); background-position: 0px 170px; background-repeat: no-repeat; overflow: hidden; }
#sideBarContentsInner2{ width:200px; background-image: url(/templates/cranium/images/bottom_3.png); overflow: hidden; min-height:550px; height:auto!important; background-position: 0% 100%; background-repeat: no-repeat; }
.form1{ width: 180px; margin-left: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFF; }
.form1 input[type="text"] { width: 160px; background-color: #ffffff; height: 25px; -moz-border-radius:4px; /*border:solid 1px #f0babd;*/ border:0px none; padding-left: 5px; color: #666; font-size: 11px; }
.textarea1{ width: 160px; background-color: #ffffff; height: 50px; -moz-border-radius:4px; /*border:solid 1px #f0babd;*/ border:0px none; padding: 5px; color: #666; font-size: 11px; }
.testimonials{ width: 165px; margin-left: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFF; border:dashed 1px #f1f1f1; height:auto; overflow:hidden; margin-top: 6px; padding-top: 0px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; }
.testimonials .text{ width: 160px; padding-top: 3px; padding-bottom: 3px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #f1f1f1; }
.blkmdl {font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align:center;}
.content {font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align:left;}
.blksml {font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align:center;}
.redmdl {font: bold 12px Verdana, Arial, Helvetica, sans-serif; color:#b5121b; text-align:left;}
.redmdl2 {font: bold 16px Verdana, Arial, Helvetica, sans-serif; color:#b5121b; text-align:left;}
.rounded-corners { -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
/* Tiny Scrollbar */
#scrollbar1 { width: 240px; clear: both;}
#scrollbar1 .viewport { width: 220px; height: 480px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; width: 100%}
#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar.png) no-repeat; }
#scrollbar1 .scrollbar { position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track	{ background: transparent url(../images/bg-scrollbar-end.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { background-position: 100% 0; height: 5px; width: 13px; }
#scrollbar1 .disable { display: none; }
