html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 160px 5;
}

* {
    font-family: Verdana;
    font-size: 12px;
	color: #000000;
	line-height: 17px;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
}

/*
@font-face {
	font-family: Papyrus;
	src:url(../fonts/papyrus.eot);
}
*/

ol {
	padding: 0;
	margin: 5px 0 5px 20px; /* for Moz */
	_margin: 5px 0 5px 30px; /* for IE */
}
ul {
	list-style: url(/images/global/bulletin.gif);
	padding: 0 0 0 20px;
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}
td {
    vertical-align: top;
	margin: 0;
	padding: 0;
}

div,p,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

img {
    border: 0;
}



input, textarea, select {
	width: 180px;
	margin-bottom: 10px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #0083D7;
}
input {
	
}
option {
    color: #000000;
}

.checkbox, .radio {
	width: auto !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
input.button {
    width: auto;
    border:	none;
	padding: 1px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background: #777777;
}
.submit {
	width: auto;
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #6F7E9A;
	background: #F8E8BA;
	text-align: center !important;
}
.error {
    font-weight: bold;
    color: #FFA6A8;
}
input.error, select.error, textarea.error {
    font-weight: normal;
    color: #000000;
    border: 1px solid #993300;
	background: #FFA6A8;
}
.mandatory {
    
}
.short_field {
    width: 50px;
}
.long_field {
    width: 200px;
}

a {
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a:hover {
	text-decoration: underline;
	color: #00aeef;
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);

}

h1,.title {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2,.sub_title {
	line-height: 18px;
	font-weight: bold;
}

.btm_border {
	background-image: url(/images/global/border_horizontal_line.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;

}
.top_border {
	background-image: url(/images/global/border_horizontal_line.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

td.separator {
    width: 0.1%;
}
td.separator div {
    width: 10px;
    height: 10px;
    font-size: 4px;
}
div.separator {
    width: 10px;
    height: 10px;
    font-size: 4px;
}

/* ## */

.navigation {
}
.navigation td {

}
.navigation.add_to_bag {

}
.navigation.add_to_bag input {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.navigation a {
    text-decoration: underline;
}
.navigation a:hover {
	text-decoration: underline;
}

.page_number {
	line-height: 20px;
}

#page-nav-bar {
	color: #8B95A3;
}
#page-nav-bar a {
	text-decoration: none;
	color: #F8E8BA;
}
#page-nav-bar a:hover {
	text-decoration: underline;
}
#page-nav-bar a.number {
	text-decoration: none;
	color: #F8E8BA;
}
#page-nav-bar a.number:hover {
	text-decoration: underline;
}
#page-nav-bar span.number {
	font-weight: bold;
	color: #F8E8BA;
}

.results_numbers {
	line-height: 20px;
}

/* ## */

td.button {
	height: 20px;
	vertical-align: middle;
	background: #8B95A3;
	text-align: center;
}
td.button a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #F8E8BA;
	cursor: pointer;
}
td.button a:hover {
	text-decoration: none;
}
td.button a.disabled {
	color: #6F7E9A;
	cursor: default;
}
td.button a.disabled:hover {

}
td.back.button {
	padding: 0 10px 0 10px;
}

/* ## */

.description {
	padding-bottom: 5px;
	display: table;
	width: 100%;
}

/* ## */

.paragraph {
	margin: 0 0 10px 0;
}
.paragraph .p_title {
	font-weight: bold;
}
.paragraph .content {
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}
.paragraph img.float_left {
	float: left;
	margin: 5px 10px 5px 0;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph img.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph a {
	text-decoration: underline;
}
.paragraph a:hover {
	text-decoration: none;
}
.paragraph input.field {
	width: 240px;
	margin: 5px 0 10px 0;
}
.paragraph textarea {
	width: 240px;
	height: 160px;
	margin: 5px 0 10px 0;
}
.paragraph .submit {
	/* Already defined as .submit in the beginning of global.css */
}

/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	direction: ltr;
}
.notes * {
	color: #000000;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	direction: ltr;
}
.errors * {
	color: #000000;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

#captcha {
    margin-bottom: 10px;
}
#captcha .c_title {
    font-weight: bold;
    line-height: 23px;
    _line-height: 22px;
}
#captcha img {
    border: 1px solid #777777;
    margin-right: 5px;
}
#captcha input {
    margin: 0;
}

/* ## */

#frame {
    width: 100%;
	
}

#frame #left_cell {
	width: 45%;
}
#frame #middle_cell {
	width: 10%;
}
#frame #right_cell {
	width: 45%;
}

#frame #header {
	height: 5px;
 
}
#frame #header #left_cell {
}
#frame #header #middle_cell {
	
}
#frame #header #middle_cell .background_logo div {	
	background-image: url(/images/global/homepage_logo.jpg);
	background-repeat: no-repeat; 
	background-position:  left center;
	
}
#frame #header #right_cell {
}
#frame #menubar {	
	width: 825px;
}
#frame #menubar #left_cell {
}
#frame #menubar #middle_cell {
}
#frame #menubar #right_cell {
}
#frame #middle {
}
#frame #middle #left_cell {
}
#frame #middle #middle_cell {
	background-position: top left;
	width: 825px;
}
#frame #middle #right_cell {
}
#frame #middle #sidebar {
}
/* the seperation into _container is for SAFARI support */
#frame #middle #sidebar .sidebar_container {	
	padding: 0 0 25px 40px;
}
#frame #middle #content {
	width: 825px;
}
#frame #middle #content .content_container {	
	padding:0 15px 10px 0;
	
}
#frame #footer {
	height: 100px;
}
#frame #footer #left_cell {
}
#frame #footer #middle_cell {	
	background-image: url(/images/global/footer_background.png);			
	height: 40px;
	background-repeat: repeat-x;
	background-position: top left;	
	
}
#frame #footer #right_cell {
}

/* ## */

.top_container {
	width: 465px;
}

.middle_container {
	width: 465px;
}
.btm_container {
	width: 465px;
}

/* ## */
.background_logo {	
	width: 290px;
	height: 70px;
}
.background_logo img {	
	width: 290px;
	height: 70px;
}
/* ## */

#menubar {
	
}
#menubar .categories {
	padding: 10px 13px 0 0;
	vertical-align: top;
}
#menubar .categories td {
	text-align: center;
}
#menubar .categories a {
	display: block;
	color: white;	
	text-decoration: none;
	text-align: center;
	_height: 20px;
	width: 90px; 	
	background-image: url(/images/global/menubar_background.png);
	background-repeat: no-repeat;
	background-position: top 0;
	letter-spacing: -0.5px;
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}
#menubar .categories a:hover {
	text-decoration: none;
}
#menubar .categories a.selected {
	text-decoration: none;
	font-weight: bold;
	background-image: url(/images/global/menubar_selected_background.png);
	background-repeat: no-repeat;
	background-position: top 0;
}
#menubar .categories a div {
	color: white;
}

#menubar .categories .hover_menu {
	position: relative;
	text-align: left;
}
#menubar .categories .hover_menu .container {
	width: 193px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/images/global/hover_background.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 5px 0 5px 0 ;
}
#menubar .categories .hover_menu .container a {
	padding: 2px 3px 10px 3px;
	text-decoration: none;
	text-align: left;
	line-height: 17px;
	color: white;
	background: none;
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
	letter-spacing: -0.5px;	
}
#menubar .categories .hover_menu .container a:hover {
	text-decoration: underline;
}
#menubar .categories .hover_menu .container a.selected {
	text-decoration: underline;
	font-weight:normal;
}

/* ## */

#sidebar {
	text-align: left;
	width: 350px;
}
#sidebar .s_title {
	font-weight: bold;
	margin: 0 10px 5px 10px;
}
#sidebar .categories {
}
#sidebar .categories a {
    font-size: 14px;
	color: #838589;
	display: block;
	padding-right: 10px;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
}
#sidebar .categories a:hover {
	color: #0D93CC;
}
#sidebar .categories a.selected {
	color: #0D93CC;
}
#sidebar .categories a.sub_categories {
	padding: 0 20px 0 0;
}
#sidebar .categories a.sub_categories:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .categories a.sub_categories_selected {
	font-weight: bold;
	padding: 0 20px 0 0;
}
#sidebar .categories a.sub_categories_selected:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .box {
	text-align: justify;
	margin: 0 10px 20px 10px;
}
#sidebar .box .rolling_news {
	width: 140px;
	height: 130px;
	background-image: url(/images/global/news_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sidebar .box a {
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}
#sidebar .box a:hover {
	text-decoration: none;
}
#sidebar .box.search {
}
#sidebar .box.search .btm_border {
}
#sidebar .box.search .content {
}
#sidebar .box.search .field {
	width: 107px;
	font-size: 10px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
}
#sidebar .box.search .continue {
	width: 30px;
	/*max-width: 30px;*/
	font-size: 10px;
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	color: #6F7E9A;
	background: #F8E8BA;
	cursor: pointer;
}
#sidebar .box.special-offers {
}
#sidebar .box.special-offers .content {
}
#sidebar .box.special-offers a.button {
	display: block;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-decoration: underline;
}
#sidebar .box.special-offers a:hover.button {
	text-decoration: none;
}

#sidebar .login_form {

}
#sidebar .login_form .title_field {

}
#sidebar .login_form .input_field {
	width: 140px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
	font-size: 10px;
	margin: 2px 0 5px 0;
}
#sidebar .login_form .submit {
	/* Already defined as .submit in the beginning of global.css */
	margin-top: 2px;
}
#sidebar .login_form a {
	margin-top: 5px;
	display: block;
}

/* ## */

#footerbar {
}
#footerbar .categories {
	padding-top: 5px;
}
#footerbar .categories .container {	
}
#footerbar .categories td {
}

#footerbar .categories a {
	display: block;
	padding: 0 5px 0 5px;
	text-align: left;
	text-decoration: none;
}
#footerbar .categories .seperator {
	width: 5px;
	padding: 0 0 0 5px;
	text-align: middle;
	line-height: 30px;
}

#footerbar .categories a:hover {
	text-decoration: none;
	cursor: pointer;
}
/* ## */

#group {
    width: 100%;
	padding-left: 10px;
}

#group .description a {
	text-decoration: underline;
}
#group .description a:hover {
	text-decoration: none;
}
#group .container .description {	
	text-align: justify;
}
#group .thumbnails {
}
#group .thumbnails .column_spacer {
	width: 25px;
}
#group .thumbnails .row_spacer {
	height: 25px;
}
#group .thumbnails .product {
	text-align: center;
	width: 220px;
}
#group .thumbnails .product * {

}
#group .thumbnails .product .image {
	max-width: 220px;
	height: 165px;
	max-height: 165px;
	/*background-repeat: no-repeat;
	background-position: center center;*/
	cursor: pointer;
}
#group .thumbnails .product .t_title {
	line-height: 20px;
	text-align: center;
    font-weight: bold;
}
#group .thumbnails .product .t_description {
	margin: 5px;
	text-align: center;
}

.price {
    font-weight: bold;
	margin: 0 0 10px 0;
}
.price .retail {

}
.price .actual {

}
.price .erased {
    margin-right: 5px;
    font-weight: normal;
    text-decoration: line-through;
	color: #000000;
}

/* ## */

#group .articles {
}
#group .articles .column_spacer {
	width: 25px;
}
#group .articles .row_spacer {
	height: 25px;
}
#group .articles .article {
	text-align: center;
	width: 220px;
}
#group .articles .article * {
}
#group .articles .article .a_image {
	max-width: 120px;
	height: 90px;
	margin-right: 10px;
	cursor: pointer;
}
#group .articles .article .a_title {
	line-height: 20px;
	text-align: left;
    font-weight: bold;
}
#group .articles .article .a_short_description {
	margin: 5px;
	text-align: justify;
}

/* ## */

#group .exams {

}
#group .exams .e_title {
	text-align: left;
    font-weight: bold;
}
#group .exams a {
	text-decoration: none;
}
#group .exams a:hover {
	text-decoration: underline;
}

/* ## */

#shuffled_images {
	width: 465px;
	cursor: pointer;
}
#shuffled_images .images{
	height: 90px;
}
#shuffled_images .column_spacer{
	width: 5px;
}

/* ## */

#specific_product {
}
#specific_product .container {
	padding-bottom: 10px; 
}
#specific_product .container_right .seperator {
	width: 20px;
}
#specific_product .seperator {
	width: 15px;
}
#specific_product .description {
	width: 545px;
	font-weight: bold;
}
#specific_product .description p {
	width: 545px;
	font-weight: bold;
}
#specific_product .image_container {
	width: 255;
	margin-bottom: 10px;
}
#specific_product .image_container .large_image {
	width: 255px;
}	
#specific_product .flash_container {
	width: 270px;
	height: 300px;
	margin-bottom: 10px;
}
#specific_product .benefits {
	width: 270px;
	color: white;
	background: #6C4C69;
	_padding: 10px;
}
#specific_product .benefits .title {
	font-weight: bold;
	color: white;
	padding-left: 5px;
	font-size: 16px;
	
}
#specific_product .benefits .text {
	color: white;
	padding-bottom: 5px;
}
#specific_product .thumb_contanier {
	width: 160px;
}
#specific_product .thumb_contanier .seperator {
	width: 15px;
	height: 15px;
	border: none;
}
#specific_product .button {
	background: #0083D7;
	width: 255px;
	height:30px;
	text-align: center;
	line-height: 30px;
	border: none;
	color: white;
	margin-bottom: 20px;
}
#specific_product .thumb_contanier img {
	border: 1px solid #0083D7;
	cursor: pointer;
}
#specific_product .product_thumb {
	padding-bottom: 10px;
	_padding-bottom: 0;
}
#specific_product .topics_contanier {
	padding-bottom: 10px;
	width: 235px;
}
#specific_product .topics_contanier .topic {
	width: 235px;
	_height: 30px;
	
}
#specific_product .topics_contanier .short_description {
	background: #E2F2FB;
	padding: 0 2px 5px 2px;
}
#specific_product .topics_contanier .image {
	padding-bottom: 10px;
}
/*
#specific_product .large_image_box .large_image_nav {
	font-weight: bold;
	padding: 10px 0 10px 0;
	text-align: center;
}
#specific_product .large_image_box .large_image_nav a {
	margin: 0 2px 0 2px;
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #F8E8BA;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	color: #6F7E9A;
	background: #F8E8BA;
}
**/


/* ## */

.thumbnails-alt {
	padding-bottom: 25px;
}
.thumbnails-alt .product {
	width: 220px;
	/*max-width: 220px;*/
	text-align: center;
}
.thumbnails-alt .product .image {
	width: 220px;
	/*max-width: 220px;*/
    height: 165px;
	max-height: 165px;
}

/* ## */

#matched_items {

}
#matched_items .images {
}
#matched_items .images .thumb {
	width: 120px;
}
#matched_items .prices {
	padding: 5px;
}
#matched_items .prices table {
	width: 122px;
	height: 96px;
}
#matched_items .prices .btn_add_both_to_bag {
	vertical-align: bottom;
}

#matched_items .m_description {
	padding: 0 10px 0 10px;
}

#matched_items a {
	font-weight: bold;
	text-decoration: underline;
}
#matched_items a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* ## */

#document {
	text-align: justify;
	line-height: 18px;
	width: 100%;
}

/* ## */

#superdoc {
	
}
#superdoc .container {
	
}

/* ## */

#checkout {
    width: 100%;
	padding-bottom: 25px;
}

#checkout * {
	text-align: left;
}
#checkout .container {

}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {
    padding: 0 0 10px 0;
}
#checkout .status_bar table {
	width: 465px;
}
#checkout .status_bar img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .status_bar .selected {
	color: #000000;
	font-weight: bold;
}
#checkout .status_bar .selected img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .secure_seal {
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #F8E8BA;
	color: #6F7E9A;
}
#checkout .secure_seal span {
	color: #6F7E9A;
	font-weight: bold;
}
#checkout .content {
	width: 465px;
	/*max-width: 465px;*/
	padding-bottom: 10px;
}
#checkout .container .content table {
	width: 100%;
}
#checkout .content .inner_tables * {
	color: #6F7E9A;
}
#checkout .content .inner_tables td {
	background: #C0C0C0;
	padding: 5px;
}
#checkout .content .left_column_width {
	width: 1%;
}
#checkout .content .right_column_width {
	width: 99%;
}
#checkout .content .img_column {
	width: 60px;
}
#checkout .content .other_column {
	width: 60px;
}
#checkout .content .items {
	width: 60px;
}
#checkout .content .t_title {
	font-weight: bold;
}
#checkout .content .t_title td {
	background: #E1E1E1;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	height: 20px;
}
#checkout .content .blank {
}
#checkout .content .subtotal {
	font-weight: bold;
}
#checkout .content td.subtotal {
	background: #E1E1E1;
}
#checkout .content .empty td {
	height: 50px;
}
#checkout .content td.td_btn {
}
#checkout .button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000 !important;
	cursor: pointer;
}

#checkout .continue {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #6F7E9A;
	background: #F8E8BA;
}
#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
#checkout .checkout_box {
	border: 1px solid #8B95A3;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px solid #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#emails {
	padding: 20px;
}

#emails .inner_container {
	background: #8B95A3;
	padding: 20px;
}


.title_image {
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}
.image {
	background-position: top left;
	background-repeat: no-repeat;
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}
/* ## */
.col_3 {
 
}
.col_3 .separator {
	width: 20px;
}
.col_3 .container {
	width: 250px;
	padding-right: 3px;
}
.col_3 .container .content {
	width: 210px;
	padding-bottom: 5px;
	text-align: left;
}
.col_3 .container .link {
	text-align: right;
	padding-right: 20px;
	background-image: url(/images/global/icon__readmore.png);
	background-position: right;
	background-repeat: no-repeat;	
	margin-bottom: 5px;
	color: #9b9999;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	right: 33px;	
	margin-top: 5px;
}
.col_3 .container .article_spot_link {
	text-align: right;
	padding-right: 20px;
	background-image: url(/images/global/icon__readmore.png);
	background-position: right;
	background-repeat: no-repeat;	
	margin-bottom: 20px;		
	position: relative;
	right: 25px;	
	color: #9b9999;
	font-weight: bold;
	text-decoration: none;	
	margin-top: 5px;
}
.col_3 .container .link img{
	width: 18px;
	height: 15px;
	
}
.col_2 {
}
.col_2 .side_image {
	width: 250px;
}
.col_2 .container {
	width: 565px;	
}
.col_2 .side_image img {
	width: 250px;
}
.col_2 .content {
	padding: 0 10px 10px 15px;
	font-weight: bold;
	text-align: left;
}
.col_2 .sub_container {
	padding-left: 5px;	
}
.col_2 a {
	text-decoration: none;
}
.col_2 .sub_category {
	background-color: #0083D7;
	color: white;	
	text-align: center;
	width: 100px;
	height: 100px;
	padding-top: 10px;	
}
.col_2 .separator {
	height: 25px;
	width: 25px;
}
.product_container {
	width: 825px;
	vertical-align: center;
}
.product_container .item {
	width: 180px;
	padding-right: 5px;
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);

}
.product_container .item img {
	width: 180px;
	margin-bottom: 15px;
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);

}
.product_container .link {
	text-align: right;
	padding-right: 20px;
	background-image: url(/images/global/icon__readmore.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #9b9999;
	font-weight: bold;
	text-decoration: none;	
}
.product_container .description_short {
	width: 165px;			
	padding-left: 5px;
	font-weight: regular;
	text-align: left;
}
.transparent {
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

.powered_by {
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    width: 110px;
    height: 40px;
}

form {
	margin: 0;
	padding: 0;
}
form td {
	vertical-align: top;
}

.form_container {
	width: 538px;
}

textarea, .select_multiple {
    height: 50px;
}
.input_title {
	font-weight: bold;
	padding: 5px 10px 0 0;
	text-align: right;
	
}
form input,select 	{
	width: 300px;
	height: 25px;
	border: 1px solid #666666;

}
form select 	{
	width: 300px;
	height: 25px;
	border: 1px solid #666666 ;

}

form textarea {
	width: 300px;
	height: 150px;
	border: 1px solid #666666;
	
}
form .radio {
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
}
form .radio_container {
	
	line-height: 25px;
}
form .submit {
	text-align: right;
	color: white;
	background: #666666;
	border: none;
}
.buttons {
	margin-bottom: 40px;
	margin-top: 40px;
	
}
.buttons .t_button {
	width : 200px;
	margin: 5px 0 5px 0;
	
}.buttons .t_button img{
	width : 200px;
	
}
.faqs {
}
.faqs .faq_title {
	font-size: 18px;
	padding: 10px 0 10px 0;
}
.faqs .question {
	color: #00aeef;
	font-weight: bold;
	padding-bottom: 5px;
}
.faqs .anser .short_description {
	padding: 5px 10px 5px 10px;
}
