/*
Author: Muhammad Anwar Hosen, MCITP,MBA,BCIS
Head of Information Technology
AssuranceMoni Group
anwar.hosen@hotmail.com
*/

/* Global Settings*/
* {
    padding: 0px;
    margin: 0px;
	outline:none;
}
/* Body & Pages */
htm, BODY {
    text-align: center;
    background-color: #ffffff;
    height: 100%;
}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	padding:25px 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#e2e2e2;
	background-image: url(../images/bg_1.jpg);
    background-attachment: fixed;
    background-repeat: repeat;

}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address, a {
    margin: 0px;
    padding: 0px;
    font-family: 'Signika', sans-serif;
    font-size: 13px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}

body, td, th, input, textarea, select, a {
	font-size: 13px;
}
/* Heading Tag*/
h1 {
    margin: 0px;
    padding: 14px 0 5px 0;
    color: #000;
    font-size: 23px;
    font-weight: normal;
}

h2 {
    margin: 0;
    padding: 6px 0 7px 0;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

/* Paragraph*/
p {
    margin: 0px;
    padding: 0 0 9px 0px;
    color: #444444;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
	text-align:justify;
}

p a {
    margin: 0;
    padding: 0;
    color: #d70000;
    font-size: 13px;
    font-weight: normal;
}

p a:hover {
    text-decoration: underline;
}
/* List*/
ul, ol {
    margin: 0;
    padding: 0 0 9px 35px;
}

ul li, ol li{
	padding-left:5px;
	line-height:20px;
}

 a:visited, a b {
	color: #df0024;
	text-decoration: underline;
	cursor: pointer;
}


a:hover {
	text-decoration: none;
}
a img {
	border: none;
	cursor:pointer;
}

div {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    border: none;
    text-decoration: none;
    color: #df0024;
	cursor:pointer;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
.clear {
    clear: both;
    padding: 0;
    margin: 0;
}

.float_left{
	float:left;
}
.float_right{
	float:right;
}
.hidden {
    left: -9999px;
    position: absolute;
}

/* Form Design*/
form {
	padding: 0;
	margin: 0;
	display: inline;
}

input[type = "text"], input[type = "password"] {
    margin: 2px 0 2px 0px;
    padding: 0 10px 0 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 200px;
    height: 25px;
    color: #444444;
    font-size: 12px;
    font-weight: normal;
    background: url(../images/textbox_shade.gif) repeat-x 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

select {
    margin: 2px 0 2px 0px;
    padding: 3px 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 222px;
    height: 27px;
    color: #444444;
    font-size: 12px;
    font-weight: normal;
    background: url(../images/textbox_shade.gif) repeat-x 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
textarea {
    background: url(../images/textbox_shade.gif) repeat-x scroll 0 bottom #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    color: #444444;
    font-size: 12px;
    font-weight: normal;
    height: 100px;
    margin: 2px 0 2px 0px;
    padding: 5px 10px;
    width: 425px;
}
input[type = "checkbox"] {
    margin: 9px 7px 9px 10px;
    position: relative;
    top: 2px;
}

input[type = "radio"] {
    margin: 9px 7px 9px 10px;
    position: relative;
    top: 2px;
}

input[type = "button"], button, input[type = "submit"] {
    margin: 2px 0 2px 10px;
    padding: 0 20px 0 20px;
    border: none;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    background: #c91e24;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

input[type = "button"]:hover, button:hover, input[type = "submit"]:hover {
    color: #000000;
}
/* Anchor Text*/
a.button {
    margin: 2px 0 2px 0px;
    padding: 5px 23px 5px 23px;
    border: none;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    background: #c91e24;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}


a.button:hover {
    text-decoration: none;
    color: #000000;
}

label {
	cursor: pointer;
}

/* Container Design*/

#container {
    background: none repeat scroll 0 0 #F9F9F9;
    box-shadow: 0 1px 1px #4D4D4D;
	border-radius: 5px;
    margin: 15px auto 25px;
    padding: 20px 20px 15px 20px;
    text-align: left;
    width: 960px;
}
#column-left {
	float: left;
	width: 227px;
	margin-top:10px;
}
#column-left1 {
	float: left;
	width: 300px;
	margin-top:10px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 20px;
}
#content1 {
margin-top:20px;
	min-height: 600px;
	margin-bottom: 20px;
	margin-left:20px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 247px;
	margin-top:10px;
}
#column-right + #content {
	margin-right: 195px;
}

#content h1 {
    border-bottom: 1px dashed #E3E3E3;
    margin-bottom: 15px;
    padding: 10px 0 3px 0;
	font-size:18px;
}



/*Language*/

#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}





/* header */

#header {
    height: 70px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    width: 960px;
    z-index: 99;
	padding-bottom:10px;
}
#header #logo {
	left: 0;
	position: absolute;
	top: 0px;
	width: 100px;
	height: 35px;
}


#header #search {
    border: 1px solid #D4D4D4;
    border-radius: 2px 2px 2px 2px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 38px;
    width: 200px;
    z-index: 15;
}
#header #search input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #777777;
    float: left;
    height: 22px;
    margin: 2px 0 0 8px;
    padding: 0;
    width: 150px;
}
#header .button-search {
    background: url(../images/search_btn.png) no-repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    cursor: pointer;
    float: right;
    height: 23px;
    margin: 2px 2px 0 0;
    top: 0;
    width: 24px;
}
#header .social_link {
	position: absolute;
	right: 1px;
	top: 0px;
	width: 27px;
}

#header .social_link img{
	margin-left:5px;
        float: right;
}

#header .join_us {
    font-family: 'Electrolize',sans-serif;
    position: absolute;
    right: 24px;
    text-align: right;
    top: 4px;
    width: 55px;
}
#header .join_us a{
	text-decoration:underline;
}


#header .links1 {
	position: absolute;
	right: 110px;
	top: -1px;
	font-size: 10px;
}
#header .links1 a {
    background-color: #DF0024;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    padding: 0px 12px;
	height:25px;
	line-height:25px;
}
#header .links1 a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}


#header .links {
	position: absolute;
	right: 33px;
	top: -1px;
	font-size: 10px;
}

#header .links a {
    background-color: #DF0024;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    padding: 0px 12px;
	height:25px;
	line-height:25px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}


#menu {
    height: 28px;
    margin-bottom: 0px;
    padding: 2px 0;
	width:960px;
}
#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	margin-right:3px;
	padding:0;
}
#menu > ul > li.main_menu_child_last{
	margin:0;
	float:right;
}
#menu > ul > li.main_menu_child_blog{
	margin:0;
}
#menu > ul > li.main_menu_child_last a {
	width:96px;
}
#menu > ul > li.main_menu_child_first a {
}
#menu > ul > li:hover {
}

#menu > ul > li > a {
    background: none repeat scroll 0 0 #DF0024;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    line-height: 14px;
    position: relative;
    text-decoration: none;
    z-index: 6;
	font-weight:normal;
	width:93px;
	height:25px;
	line-height:25px;
	text-align:center;
}
#menu > ul > li:hover > a {	
	background-color:#000;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url(../images/menu.png);
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
	padding:5px 0;
}
#menu > ul > li > div > ul  > li {
	padding:0;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
    color: #FFFFFF;
    display: block;
    min-width: 140px;
    padding: 3px 10px 3px 15px;
    text-decoration: none;
    white-space: nowrap;
	font-size:13px;
}
#menu > ul > li ul > li > a:hover {
	background: #DF0024;
	color:#fff;
}
#menu > ul > li > div > ul > li > a {
	color: #464646;   
	font-size:12px;
}

#menu .active_menu{
	background-color:#000;
}
#menu ul li a.active_menu:hover{
	background-color:#DF0024;
}


/*Message*/

.breadcrumb {
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px 3px 3px 3px;
    overflow: auto;
    padding: 5px 8px;
	margin-bottom:10px;
	margin-top:10px;
}

#content .breadcrumb a{
	color:#DF0024;
}
#content .breadcrumb span{
	color:#333333;
	padding:0 7px;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url(../images/success.png) 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url(../images/warning.png) 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url(../images/attention.png) 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}


/*Table*/


table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}

/*pagination*/


.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
	border-radius:3px 3px 3px 3px;
}
.pagination .links a:hover{
	color:#fff;
    background: none repeat scroll 0 0 #DF0024;
	border:none;
	border:1px solid #DF0024;
}
.pagination .links b {
    background: none repeat scroll 0 0 #DF0024;
    color: #fff ;
    display: inline-block;
    font-weight: normal;
    padding: 4px 10px;
    text-decoration: none;
	border-radius:3px 3px 3px 3px;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	color:#999;
}


/* button */


a.button, input.button {
	cursor: pointer;
	line-height: 12px;
	font-size: 12px;
	font-weight: normal;
	background:#DF0024;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-image:none;
	color:#fff !important;
}
.compare-info a.button {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    text-decoration: none;
	margin:0;
}
.compare-info .buttons a.button {
    display: inline-block;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    text-decoration: none;
	margin:0;
}
input.button {
	margin: 0;
	border: 0;
	height: 26px;
	padding: 0px 12px 0px 12px;
	border:none;
	border-radius:3px;
}
a.button:hover, input.button:hover {
	color: #fff;
}
.buttons {
	padding: 0px;
	margin-bottom: 0px;
}
.buttons .left {
	text-align: left;
}
.buttons .right {
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 25px;
	line-height: 16px;
	border-bottom: 1px solid #e6e6e6;
}
.description .htabs a {
	background: #DF0024;
	padding: 5px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	display: none;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	margin-right:2px;
}
.htabs a.selected {
    background: none repeat scroll 0 0 #000;
}
.tab-content {
	background-color:#fff;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 15px;
	z-index: 2;
	overflow: auto;
	border-radius: 0 0 5px 5px;
}
.tab-content p{
	text-align:justify;
}

#tab-review{
	padding-top: 15px !important;
}
#tab-review input, #tab-review textarea{
	margin: 0px 0 10px 0px;
}
#tab-review h2{
	font-size:16px;
	padding-bottom:7px;
	border-bottom:#e6e6e6 solid 1px;
	margin-bottom:10px;
}
#tab-review textarea{
	width:470px;
}
#tab-description ul{
}
#tab-description ul li {
    background: url(../images/li_arrow.png) no-repeat scroll 0 10px transparent;
    line-height: 28px;
    list-style: none outside none;
    padding: 0 0 0 25px;
}
#tab-related .related_box_product{
	padding-top:5px;
}
#tab-related .related_box_product_inner {
    float: left;
    width: 131px;
    padding: 10px 10px 5px 10px;
    min-height: 170px;
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
	border-radius:3px;
}
#tab-related .related_box_product_inner_2{
	margin-left:16px;
}
#tab-related .related_box_product_inner_3{
	float:right;
}
#tab-related  .related_product_image a{
	display:block;
	text-align:center;
}
#tab-related .related_box_product .name a {
    color: #000000;
    display: block;
    font-size: 15px;
    padding: 4px 0;
    text-align: center;
}
#tab-related .related_box_product .price {
    color: #d70000;
    font-size: 13px;
    padding: 4px 0;
    text-align: center;
	font-weight:bold;
	margin:0;
}
#tab-related .related_box_product .rating {
    padding: 4px 0 0;
    text-align: center;
}
.tags{
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px 3px 3px 3px;
    overflow: auto;
    padding: 5px 8px;
}
.tags b, .tags a{
	padding-right:7px;
}
/* content */

#content .content {
	overflow: auto;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* slideshow */

#content .slideshow {
}


/* box */
#column-left .box {
	margin-bottom: 55px;
	background: url(../images/latest_product_bg.png) repeat-y scroll center 0 transparent;
    width: 227px;
}

#column-left .box1 {
	margin-bottom: 55px;
	background: url(../images/latest_product_bg.png) repeat-y scroll center 0 transparent;
    width: 400px;
}
#column-left .box .box-heading {
    background: none repeat scroll 0 0 #DF0024;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    width: 227px;
    border-radius: 3px 3px 0 0;
}
#column-left .box .box-heading1 {
    background: none repeat scroll 0 0 #DF0024;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    width: 400px;
    border-radius: 3px 3px 0 0;
}
#column-left .box .box-content {
	background: url(../images/latest_product_bottom.png) no-repeat scroll center bottom transparent;
    border-radius: 3px 3px 3px 3px;
    width: 227px;
	padding-bottom:15px;
}
#column-left .box .box-content1 {
	background: url(../images/latest_product_bottom.png) no-repeat scroll center bottom transparent;
    border-radius: 3px 3px 3px 3px;
    width: 400px;
	padding-bottom:15px;
}
#column-left .banner{
	width:227px;
	margin-bottom:10px;
	background: url(../images/product_slider_bg.png) no-repeat scroll 0 0 transparent;
}
#column-left .banner img {
    margin-top: 15px;
}
#banner0 p.banner_title {
    font-size: 16px;
    position: relative;
    text-align: center;
    top: -255px;
	background: none repeat scroll 0 0 #DF0024;
    color: #FFFFFF;
    display: block;
    height: 26px;
    line-height: 34px;
    width: 226px;
    border-radius: 3px 3px 0px 0px;
}

/* box products */


.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}


/* box category */


.box-category {
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0 15px;
}
.box-category > ul > li {
	padding: 8px 8px 8px 15px;
	background: url(../images/v_menu_li.png) no-repeat scroll left 13px transparent;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #4d4d4d;
	font-size:13px;
}
.box-category > ul > li > a:hover{
	color:#DF0024;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	color:#DF0024;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}


/* category */


.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}


/* manufacturer */


.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}


/* Product-Filter */


.product-filter {
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px 3px 3px 3px;
    overflow: auto;
    padding: 2px 8px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display ul li{
	list-style:none;
	padding:0;
	margin:0 7px 0 0;
	float:left;
	display:inline-block;
	height:16px;
	width:16px;
}
.product-filter .display ul li.list{
	background:url(../images/icon_list.png) no-repeat scroll 0 0 transparent;
	display:block;
	font-size:0;
}
.product-filter .display ul li.grid{
	background:url(../images/icon_grid.png) no-repeat scroll 0 0 transparent;
	display:block;
	font-size:0;
}
.product-filter .display ul li a{
	font-size:0;
	display:block;
	width:16px;
	height:16px;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #666666;
}
.product-filter .sort b{
	padding-right:5px;
	font-weight: normal;
}
.product-filter .sort select {
    background-color: #F9F9F9;
    background-image: none;
    border: 1px solid #E2E2E2;
    font-size: 12px;
    height: 25px;
    padding: 3px 5px;
    width: 140px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #666;
}
.product-filter .limit b{
	padding-right: 5px;
	font-weight: normal;
}
.product-filter .limit select {
    background-color: #F9F9F9;
    background-image: none;
    border: 1px solid #E2E2E2;
    font-size: 12px;
    height: 25px;
    padding: 3px 5px;
    width: 50px;
}
.product-compare {
	padding-top: 6px;
}
.product-compare a {
	text-decoration: none;
}
#view_comparison_top {
    padding-top: 20px;
}
#view_comparison_top .button {
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 160px;
	float:right;
}
#view_comparison_bottom {
    padding-bottom: 20px;
}
#view_comparison_bottom .button {
    display: block;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 160px;
	float:right;
}
/* Product-List */

.product-list{
	padding-top:20px;
}
.product-list .product_list_inner{
	margin-bottom:20px;
}
.product-list > div {
	overflow: auto;
}
.product-list .left{
	float:left;
	width:570px;
}
.product-list .left .details_left{
	float:left;
	width:220px;
}
.product-list .left .details_right{
	float:right;
	width:290px;
}

.product-list .right {
    float: right;
    margin-top: 42px;
    padding-left: 20px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top:20px;
}
.product-list .image {
	background:url(../images/list_view_product_bg.png) no-repeat scroll 0 0 transparent;
    padding: 10px;
    width: 198px;
	z-index:999;
	height:156px;
}
.product-list .image a{
	display:block;
	text-align:center;
}
.product-list .image img {
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .product_list_inner .name a {
    color: #000000;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: none;
}
.product-list .description {
	line-height: 20px;
	color: #4D4D4D;
	text-align:justify;
}
.product-list .description ul{
	padding:0;
}
.product-list .description ul li{
    background: url(../images/li_arrow.png) no-repeat scroll 0 9px transparent;
    font-size: 13px;
    line-height: 22px;
    list-style: none outside none;
    padding: 0 0 0 18px;
}
.product-list .rating {
	color: #7B7B7B;
	padding-top: 10px;
}
.product-list .price {
    color: #DF0024;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
	padding-top:8px;
}
.product-list .price-old {
	color: #333333;
	text-decoration: line-through;
	font-size:14px;
	font-weight:normal;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	padding-bottom:3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url(../images/add.png) left center no-repeat;
}

.product-list .compare a {
    background-color: #DF0024;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    display: block;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.product-list .compare a:hover {
	background:#000;
}
.product-list .details a {
    background-color: #DF0024;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.product-list .details a:hover {
	background:#000;
}
/* Product-Grid */

.product-grid {
	width: 100%;
	overflow: auto;
	padding-top:20px;
}
.product-grid > div {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.product-grid .product_list_inner {
	background:url(../images/product_list_bg.png) repeat-y scroll 0 0 transparent;
	width: 224px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 18px;
	float:left;
}
.product-grid .product_list_inner_1 {
    margin-left: 20px;
}
.product-grid .product_list_inner_2 {
    float: right;
}
.product-grid .product_list_inner .name {
    background: none repeat scroll 0 0 #DF0024;
    border-radius: 3px 3px 0 0;
    height: 25px;
	width:210px;
    line-height: 25px;
    text-align: center;
}
.product-grid .product_list_inner .name a{
	color:#fff;
	font-size:13px;
	text-decoration: none;
	display: block;
	line-height:25px;
	margin-bottom: 4px;
	text-align:center;
}
.product-grid .product_list_inner .product_details_bottom {
    background: url(../images/product_list_bottom.png) repeat-y scroll 0 bottom transparent;
    height: 85px;
    padding: 5px 15px 10px 15px;
}
.product-grid .product_list_inner .product_details_bottom .price {
    color: #DF0024;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 10px;
    text-align: center;
}
.product-grid .product_list_inner .product_details_bottom .rating{
	display: block;
	text-align:center;
}
.product-grid .product_list_inner .product_details_bottom .compare{
	float:left;
}
.product-grid .product_list_inner .product_details_bottom .details{
	float:right;
}
.product-grid .product_list_inner .product_details_bottom .product_price_rating {
	margin-bottom:4px;
}
.product-grid .product_list_inner .product_details_bottom .product_action_buttons{
	padding-top:2px;
}
#column-left + #column-right + #content .product-grid > div {
}
.product-grid .product_list_inner .image{
	display: block;
	margin-bottom: 0px;
	text-align: center;
	height: 150px;
	padding: 10px 0 0px 0;
}
.product-grid .image img {
}
.product-grid .description {
	display: none;
}
.product-grid .price-old {
    color: #555555;
    font-size: 12px;
    text-decoration: line-through;
}
.product-grid .price-new {
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url(../images/add.png) left center no-repeat;
}
.product-grid .compare a {
    background-color: #DF0024;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.product-grid .compare a:hover {
	background:#000;
}
.product-grid .details a {
    background-color: #DF0024;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.product-grid .details a:hover {
	background:#000;
}

/* Product */

.product-info {
	overflow: auto;
	margin-bottom: 20px;
	padding-top:10px;
}
.product-info .left {
	float:left;
	width:420px;
	position:relative;
}
.product-info .right {
	float:right;
	width:523px;
}
#content .product-info .right h1{
	font-size:18px;
	color:#000;
	padding:0 0 3px;
	margin:0 0 15px 0;
}
.product-info .image {
	background:url(../images/product_details_img_bg.png) no-repeat scroll 0 0 transparent;
	width:398px;
	height:400px;
	float: left;
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
}
.product-info .image img{
	width:395px;
}
.product-info .image-additional {
	width: 430px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
    border-bottom: 1px solid #C5C5C5;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    width: 95px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	/*margin-bottom: 10px;*/
}
.product-info .description {
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .cart span {
    background-color: #DF0024;
	border:none;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    padding: 4px 8px;
	margin-right:6px;
}
.product-info .cart span#addToCompareProduct{
	margin-right:9px;
}
.product-info .description a {
	color: #444444;
	text-decoration: none;
}
.product-info .description a.tab-attribute_4{
}
.product-info .description a.tab-attribute_1{
	border:0 none;
}
.product-info .description a:hover {
    color: #444;
    text-decoration: none;
}
.product-info .price {
	overflow: auto;
	margin-top: 30px;
	font-size: 13px;
	color: #DF0024;
	font-weight:bold;
}
.product-info .price span{
	color:#111111;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.product-info .details_product_buttons{
	padding-bottom:35px;
}
.product-info .details_product_buttons ul{
	height:30px;
}
.product-info .details_product_buttons ul li{
	list-style:none;
	display:inline-block;
	float:left;
	margin-right:7px;
}
.product-info .details_product_buttons ul li a#addToCompareProductLink{
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px 3px 3px 3px;
    color: #111111;
    display: block;
    height: 27px;
    line-height: 27px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 110px;
}
.product-info .details_product_buttons ul li a#addToCompareProductLink:hover{
	color:#DF0024;
}
.product-info .details_product_buttons ul li a#downloadProductlink{
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px 3px 3px 3px;
    color: #111111;
    display: block;
    height: 27px;
    line-height: 27px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 75px;
}
.product-info .details_product_buttons ul li a#downloadProductlink:hover{
	color:#DF0024;
}



/* Attribute*/

.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin:5px 0;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #DF0024;
	font-size: 14px;
	text-align: center;
}
.attribute tr td:first-child {
	color: #777777;
	text-align: right;
	width: 30%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}




/* orders */


.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}




/* Download */


.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}



/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info #left_bottom p {
    background-color: #E6E6E6;
    border-bottom: 1px solid #D4D4D4;
    display: block;
    height: 295px;
    padding: 1px 1px 0 1px;
    width: 445px;
}
.contact-info iframe {
    border: 10px solid #FFFFFF;
}
#content .contact-info .left {
    float: left;
    width: 445px;
}
#content .contact-info .left div{
	line-height:20px;
}
#content .contact-info .left #left_bottom{
	padding-top:15px;
}
#content .contact-info .left #left_bottom h2{
	padding-bottom:10px;
}
#content .contact-info .content{
	overflow:hidden;
}
#content .contact-info .right {
    float: right;
    width: 491px;
}
#content .contact-info .right input{
	margin:5px 0;
}
#content .contact-info .right textarea{
	margin:5px 0;
	width:468px;
	height:154px;
}
#content .contact-info .right #contact_captcha_body{
	padding-top:10px;
}
#content .contact-info .right #contact_captcha_body input{
	width:100px;
}
#content .contact-info .right .buttons{
	padding-top:8px;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}




/* footer */ 

#footer {
    left: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
}


#footer .footer_top{
}
#footer .footer_left{
	width:185px;
}
#footer .copyright{
	padding-top:5px;
}
#footer .copyright p{
	padding:0px;
	line-height:15px;
	font-size:11px;
}
#footer .footer_middle{
	width:635px;
}
#footer .footer_middle ul{
	padding:0 0 0 165px;
	margin:0;
}
#footer .footer_middle ul#page_link li{
	display:inline-block;
	float:left;
	background-color:#f9f9f9;
	border:#f9f9f9 solid 1px;
	margin:0 5px 0 5px;
	line-height:25px;
	border-radius:4px;
	background:none;
	padding:0;
}
#footer .footer_middle ul#page_link li:hover{
	display:inline-block;
	float:left;
	background-color:#fff;
	border:#e1e1e1 solid 1px;
}
#footer .footer_middle ul#page_link li a {
    color: #4D4D4D;
    font-size: 13px;
    padding: 0 10px 0 30px;
}
#footer .footer_middle ul#page_link li.promotion a{
	background:url(../images/icon_promotion.png) no-repeat 0px -6px;
}
#footer .footer_middle ul#page_link li.news a{
	background:url(../images/icon_news.png) no-repeat 0px -7px;
}
#footer .footer_middle ul#page_link li.blog a{
	background:url(../images/icon_blog.png) no-repeat 2px -5px;
}
#footer .footer_middle ul#quick_links{
	margin:0;
	padding:11px 0 0 0;
}
#footer .footer_middle ul#quick_links li{
	background:none;
	padding:0;
	margin:0;
	display:inline-block;
	float:left;
}
#footer .footer_middle ul#quick_links li a{
	color:#464646;
	padding:0 10px;
	font-size:11px;
}
#footer .footer_right{
	width:130px;
	padding-top:1px;
}

table#about_us p{
	text-align:justify;
	padding-right:20px;
}
.footer_right_top.float_right_top {
    text-align: right;
}
.float_right_bottom {
    bottom: -39px;
    position: absolute;
    right: 0;
	font-size:11px;
}
.float_right_bottom span{
	display:block;
	height:20px;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

/*News*/
#news_content_main_outer h1{
    border-bottom: 1px dashed #E3E3E3;
    margin-bottom: 15px;
    padding: 10px 0 3px 0;
	font-size:18px;
}
#news_content_main_outer .news_content h2{
	padding:0 0 2px 0;
}
#news_content_main_outer .news_content_date{
	padding:0 0px 4px 0;
	border-bottom:#e2e2e2 solid 1px;
	margin-bottom:10px;
	font-style: italic;
}
#news_content_main_outer .news_content_date span{
	color:#000;
	font-style:italic;
	padding-right:7px;
}
#news_content_main_outer{
	margin-bottom:15px;
}
#news_content_main_outer .news_content{
	padding-bottom:20px;
}
#news_content_main_outer .news_content .news_content_details{
}
#news_content_main_outer .news_content .news_content_details p{
	text-align:justify;
	line-height:24px;
}
#news_content_main_outer .news_content_image {
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 5px 5px 5px 5px;
    float: right;
    margin-left: 40px;
    margin-top: 7px;
    padding: 7px;
    width: 300px;
}
#news_content_main_outer .news_content .news_content_image a{
}
#news_content_main_outer .news_content .news_content_image a img{
}
#news_content_main_outer .news_content .news_content_readmore{
	padding-top:5px;
}
#news_content_main_outer .news_content .news_content_readmore a {
    background-color: #DF0024;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    display: block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    width: 85px;
}
#news_content_main_outer .news_content .news_content_readmore a:hover {
}
/*FAQ*/
.faq_content {
    margin-bottom: 20px;
}
.faq_content #search {
    background: none repeat scroll 0 0 #E2E2E2;
    border: 1px solid #D4D4D4;
	border-radius: 0 3px 0 0;
}
.faq_content #search .search_left{
	float:left;
	width:870px;
}
.faq_content #search .search_left input {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    height: 24px;
    margin: 3px 0 2px 2px;
    padding: 0 5px;
    width: 855px;
}
.faq_content #search .buttons{
	float:right;
	width:86px;
	padding-top:3px;
}
.faq_tab_body_inner ul{
	padding:0;
	margin:0;
}
.faq_tab_body_inner ul li {
    display: inline-block;
    list-style: none outside none;
}
.faq_tab_body_inner ul li a{
	display:block;
    padding: 3px 15px;
    background-color: #DF0024;
	border:none;
	color:#fff;
	border-radius: 3px 3px 0 0;
}
.faq_tab_body_inner ul li a.faq_tab_link_active {
    background-color: #000;
	border:none;
    color: #fff;
	border-radius: 3px 3px 0 0;
}
.faq_tab_body_inner ul li a:hover {
    background-color: #DF0024;
	border:none;
	color:#fff;
}
.faq_content #search .buttons input.button{
	border-radius:0px;
	width:82px;
	height:26px;
	border-radius: 3px 3px 3px 3px;
	border: none;
}
.faq_content .faq_main_body {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    padding: 10px 20px 10px 20px;
	border-radius: 0 0 5px 5px;
}
.faq_content .faq_submit_inner_body {
    background-color: #FFFFFF;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-top: 4px solid #E2E2E2;
    padding: 10px 20px 17px 20px;
	margin-bottom:20px;
	border-radius: 0 0 5px 5px;
}
.faq_content .faq_content_form input{
	width:500px;
}
.faq_content .faq_content_form textarea{
	width:500px;
	height:200px;
}
.faq_content .faq_content_form #faq_captcha_body{
	padding-top:15px;
}
.faq_content .faq_content_form input#faq_captcha_input {
    margin: 7px 0 11px;
    width: 100px;
}

.faq_submit_inner_body ul li {
    background: url(../images/tick.png) no-repeat scroll 0 6px transparent;
    line-height: 28px;
    list-style: none outside none;
    padding: 0 0 0 25px;
}
h2.faq_item_title_inner {
    font-size: 16px;
    background: url(../images/ques_arrow.png) no-repeat scroll 0 7px transparent;
	padding:0 0 5px 15px;
    font-weight: bold;
}
.faq_main_body_inner .faq_main_body_item{
	padding-bottom:20px;
}

/* About Us*/

table#about_us{
}

/* Promotion*/

table#promotion_landing {
    margin-top: 75px;
}

table#tvc td {
    background
}
table#tvc h2#watch-headline-title {
    border-bottom: 1px solid #E2E2E2;
    color: #464646;
    font-size: 16px;
}
table#tvc iframe {
    border: 8px solid #fff;
    border-radius: 3px 3px 3px 3px;
    margin-top: 15px;
	-webkit-box-shadow: 0px 1px 1px 1px #ddd;
	box-shadow: 0px 1px 1px 1px #ddd; 
}

/*download*/

.download_content #search {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 20px;
    padding: 5px 5px 15px;
}
.download_content #search .search_left {
    float: left;
    padding-left: 15px;
    width: 812px;
}
.download_content #search .search_left span#text_product_category {
    color: #464646;
    font-size: 13px;
    padding-right: 10px;
	float:left;
	line-height:27px;
}
.download_content #search .search_left select {
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    height: 27px;
    padding: 5px;
	height:auto;
	background-image:none;
}
.download_content #search .search_left select option{
}
.download_content #search .search_left select.product_download_id{
	width:402px;
	float:left;
	height:auto;
	background-image:none;
	margin-right: 20px;
}
.download_content #search .search_left select.product_download_type{
	width:147px;
	float:right;
	height:auto;
}
.download_content #search .search_left span#text_product_category_type {
    color: #464646;
    font-size: 13px;
    padding: 0 0 0 15px;
	float:left;
	line-height:27px;
}
.download_content #search select{
	margin:0;
}
.download_content #search .buttons{
	float:right;
	width:83px;
	margin-top:60px;
}
.download_content #search .buttons .faq_right input.button {
    background-color: #DF0024;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin: 0 15px 0 0;
	width:85px;
	float:right;
}
.download_type h3 {
    border-bottom: 1px dashed #E2E2E2;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 15px 5px 0;
}
.download_body_item ul{
}
.download_main_body{
	padding-bottom:20px;
}
.download_body_item ul li {
    line-height: 20px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.download_body_item ul li a{
	color:#464646;
    padding: 0 0 0 35px;
	display:block;
	line-height:22px;
	font-size:12px;
}
.download_body_item ul li.dlink_items_2 a{
	background:url(../images/mp3.png) no-repeat scroll 12px 4px transparent;
}
.download_body_item ul li.dlink_items_1 a{
	background:url(../images/software.png) no-repeat scroll 12px 4px transparent;
}
.download_body_item ul li.dlink_items_4 a{
	background:url(../images/themes.png) no-repeat scroll 12px 4px transparent;
}
.download_body_item ul li.dlink_items_3 a{
	background:url(../images/download_arrow.png) no-repeat scroll 12px 2px transparent;
}
.download_body_item {
}
.download_main_body_inner {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 20px;
}
.download_item_title h2 {
    padding-bottom: 13px;
}
.download_item_title h2.download_item_title_left{
	float:left;
	width:700px;
	float:left;
	display:block;
}
.download_item_title .download_item_title_right{
	width:100px;
	float:right;
	text-align:right;
	padding-top:7px;
}
.download_item_title .download_item_title_right a{
	float:right;
	color:#fff;
	background:#DF0024;
	border-radius: 3px;
	border:none;
	height:25px;
	line-height:25px;
	display:block;
	width:85px;
	text-align:center;
}
.download_item_title .download_item_title_right a:hover{
	background:#000;
	text-decoration:none;
}
.download_item_title{
	height:30px;
}
.download_item_body_left {
    float: left;
    width: 50px;
}
.download_item_body_right {
    float: right;
    width: 855px;
}
.download_right_item_top{
}
.download_right_item_bottom{
	padding-top:5px;
}
.download_right_item_bottom span{
	color:#4d4d4d;
	font-size:11px;
	line-height:13px;
	height:12px;
	display:inline-block;
	font-style:italic;
}
.download_main_body_inner #download_item_inner{
	border-bottom:1px solid #e2e2e2;
	padding-bottom:15px;
	margin-bottom:15px;
}
.download_right_item_bottom span#download_right_item_name{
	padding-right:5px;
}
.download_right_item_bottom span#download_right_item_category{
	padding:0 5px;
}
.download_right_item_bottom span#download_right_item_type{
	padding:0 0 0 5px;
}
ul.search_top_inner{
	padding:0 0 5px 15px;
	margin:0;
	height:20px;
}
ul.search_top_inner li{
	list-style:none;
	display:inline-block;
	float:left;
	margin:0;
	padding:0;
}
ul.search_top_inner li.attribute_items_2{
	padding-left:342px;
}
ul.search_top_inner li.attribute_items_3{
	padding-left:155px;
}


#cvi_tooltip {
	display:none;
	position:absolute;
	padding:4px 8px;
	color: #666666;
	text-shadow: white 0px 1px 0px;
	background: #e6e6e6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(230,230,230)));
	background-image: -moz-linear-gradient(top, rgb(255,255,255), rgb(230,230,230));
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #fff;
	max-width: 240px;
	min-width: 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-moz-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-webkit-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
#cvi_tooltip  b {color: #333333; }
#cvi_tooltip  i {font-family: Times, serif; }
#cvi_tooltip  big {text-transform: uppercase; }
#cvi_tooltip  hr {
	color: orange;
	border-color: orange;
	background-color: orange;
}
#find_store_content {
    padding-left: 25px;
}
/* Content_search*/
#content_search_inner {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
}
#content_search_inner span#content_search_inner_input_text input{
	width:356px;
	margin-right:2px;
}
#content_search_inner span input{
	margin:0;
}
#content_search_inner span select{
}
#content_search_inner span#content_search_inner_select_box select{
	width:165px;
}
#content_search_inner span#content_search_inner_button {
    display: block;
    float: right;
	overflow:hidden;
	width:77px;
	padding-top:1px;
	height:28px;
}
#content_search_inner span#content_search_inner_title {
    padding: 0 15px;
}
#content_search_inner span#content_search_inner_button input.button {
	margin:0;
	padding:0;
	height:28px;
	line-height:27px;
	width:75px;
	border:1px solid #e2e2e2;
}
#paper_ad th {
    border-radius: 3px 3px 0 0;
}
#radio_ad{
	margin-top:50px;
}
#radio_ad th {
    border-radius: 3px 3px 0 0;
}
.faq_tab_body_inner ul li{
	padding:0;
}

.mydiv {margin-top:20px;}

.myimage {float:left; width:100px; height:130px; margin:5px;}

/* Button Desing */
.button {display:inline-block;position:relative;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#d42400;background:-webkit-gradient(linear, 0 0, 0 70%, from(#ed2800), to(#b21e00));background:-moz-linear-gradient(#ed2800, #b21e00 70%);background:linear-gradient(#ed2800, #b21e00 70%);-pie-background:linear-gradient(#ed2800, #b21e00 70%);behavior:url(js/PIE.htc);padding:0 18px 0 18px;line-height:35px;color:#fff;font-weight:bold;text-decoration:none;-webkit-transition-duration:0.5s}
	.button:hover {background:#fff;color:#000}
	
.td1{
border-bottom: 1px solid red;
}

function goBack()
  {
  window.history.back()
  }
  
  
/* Feedback From  Desing */
  
 .feedbackform{
padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid red;
margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 150px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}


/* Image Gallery*/

.hovergallery img{
-webkit-transform:scale(0.8); 
-moz-transform:scale(0.8); 
-o-transform:scale(0.8); 
-webkit-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s; 
-o-transition-duration: 0.5s; 
opacity: 0.7; 
margin: 0 10px 5px 0; 
}

.hovergallery img:hover{
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1); 
-o-transform:scale(1.1); 
box-shadow:0px 0px 30px gray; 
-webkit-box-shadow:0px 0px 30px gray; 
-moz-box-shadow:0px 0px 30px gray; 
opacity: 1;
}
