html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background-color: #D7D7D7;
}

* {
    font-family: arial;
    font-size: 12px;
	line-height:20px;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
}

ul {
	list-style: url(/images/global/bulletin.gif);
	padding: 0 20px 0 0;
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}

td {
    vertical-align: top;
	margin: 0;
	padding: 0;
}

h1 {
	height: 25px;
	max-height: 25px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

div,p,h2,h3 {
	margin: 0;
	padding: 0;
}

img {
    border: 0;
}

a {
    text-decoration: underline;
    color: #000000;
}
a:hover {
    text-decoration: none;
}

.title {
	height: 25px;
	max-height: 25px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.sub_title {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

.btm_border {
	border-bottom: 1px solid #EFEFEF;
	/*
	background-image: url(/images/global/border_horizontal_line.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	*/
}
.top_border {
	border-top: 1px solid #EFEFEF;
	/*
	background-image: url(/images/global/border_horizontal_line.gif);
	background-position: center top;
	background-repeat: repeat-x;
	*/
}

/* ## */

.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: none;
}
.navigation a:hover {
	color: #E10000;
	text-decoration: none;
}

.results_numbers {
	line-height: 24px;
}

.page_number {
	line-height: 24px;
	text-align: right;
	direction: rtl;
}

/* ## */

td.button {
	height: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/global/button_background.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
td.button a {
	text-decoration: none;
	text-align: center;
	display: block;
}
td.button a:hover {
	text-decoration: none;
	color: #E10000;
}
td.button a.disabled {
	color: #777777;
	cursor: default;
}
td.button a.disabled:hover {
	color: #777777;
}
td.back.button {
	padding: 0 10px 0 10px;
}




/* ## */

.small_btns {
	
	border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
	
	color: #624412;
	
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	
	margin: 0;	
    padding: 1px;
    background: #E9E9E9;
	/*width: 122px;*/
}
.small_btns a:link {
    color: #000000;
    text-decoration: none;
}
.small_btns a:visited {
    color: #000000;
    text-decoration: none;
}
.small_btns a:hover {
    color: #FFFFFF;
	text-decoration: none;
}

/* ## */

.description {

}

/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	direction: rtl;
}
.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;
	direction: rtl;
}
.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;
}

/* ## */

.submit {
    height: 21px;
    border: 1px outset;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 19px;
    background-color: #63A13E;
}

.error {
    font-weight: bold;
    color: #FF0000;
}

input.error, select.error, textarea.error {
    font-weight: normal;
    color: #000000;
    border: 1px solid #FF0000;
	background: #FFA6A8;
}

/* ## */

.paragraph {
	margin: 0 0 10px 0;
	direction: rtl;
}
.paragraph .container{
	width: 474px;
}
.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: 420px;
	border: 1px solid #F4F4F4;
}
.paragraph img.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	max-width: 474px;
	border: 1px solid #F4F4F4;
}
.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 {
	margin: 5px 0 10px 0;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: black;
}

/* ## */

#frame {
    height: 100%;
    width: 780px;
}

#frame #left_cell {
	width: 10px;
    background-image: url(/images/global/frame_left_background.jpg);
    background-repeat: repeat-y;
}
#frame #middle_cell {
	width: 760px;
}
#frame #right_cell {
	width: 10px;
    background-image: url(/images/global/frame_right_background.jpg);
    background-repeat: repeat-y;
}

#frame #header {
    height: 140px;
}
#frame #header #left_cell {
    width: 0px;
}
#frame #header #middle_cell {
    width: 760px;
    height: 140px;
    background-image: url(/images/global/header_middle_background.jpg);
    background-repeat: no-repeat;
}
#frame #header #right_cell {
    width: 0px;
}

#frame #blurry_top_border {
    height: 20px;
}
#frame #blurry_top_border #left_cell {
    width: 0px;
}
#frame #blurry_top_border #middle_cell {
    width: 760px;
    height: 20px;
    background-image: url(/images/global/blurry_top_border.jpg);
    background-repeat: repeat-x;
}
#frame #blurry_top_border #right_cell {
    width: 0px;
}

#frame #menubar {
    height: 24px;
}
#frame #menubar #left_cell {
    width: 0px;
}
#frame #menubar #middle_cell {
    width: 760px;
}
#frame #menubar #right_cell {
    width: 0px;
}

#frame #middle {
	
}
#frame #middle #sidebar {
    height: 100%;
	text-align: right;
}

#frame #middle #content_container {
    text-align: right;
    padding: 0 5px 0 0;
}

#frame #middle #content {
    text-align: right;
    width: 605px;
}


#frame #middle #left_cell {
    width: 0px;
}
#frame #middle #middle_cell {
    width: 760px;
    height: 100%;
    background-color: #FFFFFF;
    
	background-image: url(/images/global/middle_middle_background.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#frame #middle #right_cell {
    width: 0px;
}

#frame #footer {
	height: 32px;
}
#frame #footer #left_cell {
    width: 0px;
}
#frame #footer #middle_cell {
	background-image: url(/images/global/footer_middle_background.jpg);
	background-repeat: no-repeat;
}
#frame #footer #right_cell {
    width: 0px;
}

/* ## */

.top_container {
	width: 600px;
	direction: rtl;
	padding: 10px;
}
.middle_container {
	width: 600px;
	direction: rtl;
}
.btm_container {
	width: 600px;
	direction: rtl;
}

.add-on {
	
}


/* ## */

#menubar {

}
#menubar .categories {
    width: 100%;
	text-align: right;
	direction: rtl;
}
#menubar .categories td {
	text-align: center;
    direction: ltr;
}

#menubar .categories .not_first {
    padding-right: 2px;
    background-image: url(/images/global/menubar_cell_border.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

#menubar .categories a {
	display: block;
	height: 24px;
    padding: 0px 28px 0 28px;
    
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
    line-height: 22px;
    
    background: url(/images/global/menubar_btn_up.jpg);
	background-repeat: repeat-x;
}
#menubar .categories a:hover {
	text-decoration: none;
	background: url(/images/global/menubar_btn_hover.jpg);
	background-repeat: repeat-x;
	color: #000000;
}
#menubar .categories a.selected {
	text-decoration: none;
	background: url(/images/global/menubar_btn_down.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

/* ## */

#sidebar_container {
	background: url(/images/global/sidebar_background.jpg);
	background-repeat: repeat-y;
}


#sidebar {
    background: url(/images/global/sidebar_grad_background.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}
#sidebar * {
	direction: rtl;
}
#sidebar .s_title {
	font-weight: bold;
}

#sidebar .categories {
	direction: rtl;
	text-align: right;
}

#sidebar .categories .padder {
    height: 5px;
    width: 20px;
}

#sidebar .categories a {
    display: block;
	padding: 0;
	width: 150px;
	height: 19px;
	line-height: 17px;
    font-size: 14px;
	text-decoration: none;
	background-image: url(/images/global/non_selected_category.jpg);
	background-repeat: no-repeat;
}
#sidebar .categories a:hover {
	text-decoration: none;
	color: #FFFFFF;
    background-image: url(/images/global/selected_category.jpg);
    background-repeat: no-repeat;
}
#sidebar .categories a.selected {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(/images/global/selected_category.jpg);
    background-repeat: no-repeat;
}

#sidebar .categories a.sub_categories {
	padding: 0 20px 0 0;
	background-image: url(/images/global/non_selected_sub_category.jpg);
}
#sidebar .categories a.sub_categories:hover {
	background-image: url(/images/global/selected_sub_category.jpg);
}
#sidebar .categories a.sub_categories_selected {
	color: #222222;
	padding: 0 20px 0 0;
	background-image: url(/images/global/selected_sub_category.jpg);
}
#sidebar .categories a.sub_categories_selected:hover {
	background-image: url(/images/global/selected_sub_category.jpg);
}

#sidebar .box {
	text-align: justify;
    height: 130px;
	width: 140px;
    margin: 15px 5px 25px 5px;
    color: #FFFFFF;
}
#sidebar .box .box_title {
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #222222;
	
	/*background-image: url(/images/global/non_selected_category.jpg);
	background-repeat: no-repeat;*/
}
#sidebar .box .rolling_news {
    height: 130px;
    color: #FFFFFF;
    background-color: #8E8E8E;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;

}
#sidebar .box a {
    color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar .box a:hover {
	text-decoration: none;
}

#sidebar .box.search {

}
#sidebar .box.search .btm_border {
	/*border-bottom: 1px solid #E1E1E1;*/
	padding: 0;
	margin: 0 0 5px 0;
}
#sidebar .box.search .content {

}
#sidebar .box.search .field {
	width: 82px;
	height: 16px;
	max-height: 16px;
	font-size: 9px;
	border: 1px inset;
	background: #FFFFFF;
}
#sidebar .box.search .continue {
	width: 25px;
	height: auto;
	max-height: auto;
	font-size: 10px;
	border: 1px outset;
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
	color: #000000;
	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;
}

/* ## */

#footerbar {

}

#footerbar .categories {
    padding-top: 6px;
    direction: rtl;
}

#footerbar .categories td {
    
    padding: 0 5px 1px 5px;
    vertical-align: middle;
}


#footerbar .categories a {
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
}

#footerbar .categories a span {
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
}

#footerbar .categories a:hover {
    text-decoration: none;
}

#footerbar .categories .not_first {
    background-image: url(/images/global/footerbar_cell_border.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

.copyright {
    width: 190px;
    
    color: #FFFFFF;
    font-size: 10px;
    
    vertical-align: middle;
    text-align: center;
}

/* ## */

#group {

}
#group td {
	text-align: right;
}
#group .paragraph { 
	line-height: 20px;  
}
#group .paragraph .p_title {
    font-weight: bold;
}
#group .paragraph .content {
    text-align: justify;
}

#group .thumbnails {

}

#group .thumbnails .product {
	text-align: center;
	width: 227px;
	background: #F9F9F9;	
}

#group .thumbnails .product .image {
    width: 227px;
    margin-bottom: 5px;
}
#group .thumbnails .column_spacer {
	width: 20px;
}
#group .thumbnails .row_spacer {
	height: 20px;
}

#group .thumbnails .product .t_title {
	margin: 5px;
	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: #C51C23;
}

/* ## */

#specific_product {
	width: 100%;
	margin-bottom: 20px;
}
#specific_product .container {
}
#specific_product .product_title {
	font-weight: bold;
}
#specific_product .catalog_number {
	font-weight: bold;
}
#specific_product .description {
	text-align: justify;
	direction: rtl;
	font-weight: normal;
	padding-top: 20px;
}
#specific_product .large_image_box {
	text-align: center;
}
#specific_product .large_image_box .large_image {
	max-width: 300px;
	margin: 0 0 5px 0;
}
#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: #000000;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	color: #E10000;
}

#specific_product .price {
	font-weight: bold;
}
#specific_product .add_button {
	border: 1px outset;
	font-weight: bold;
	color: #000000;
	background-color: #E10000;
	cursor: pointer;
}
#specific_product .back_button {
	border: 1px outset;
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#specific_product select {
	width: 250px;
}
#specific_product .group_alt_number {
	/*width: 120px;*/
	text-align: right;
	font-weight: bold;
}

/* ## */

.thumbnails-alt {
	padding-bottom: 20px;
}
.thumbnails-alt .product {
	text-align: center;
	background-color: #F9F9F9;
}
.thumbnails-alt .product .image {
	width: 148px;
	height: 98px;
}

/* ## */

#matched_items {
	direction: rtl;
}
#matched_items .images {
}
#matched_items .images .thumb {
	width: 148px;
	height: 96px;
	margin: 0 0 0 5px ;
}
#matched_items .prices {

}
#matched_items .prices table {
	width: 122px;
	height: 96px;
	text-align: left;
}
#matched_items .prices .btn_add_both_to_bag {
	vertical-align: bottom;
}
#matched_items .prices .small_btns {

}
#matched_items .prices td {

}
#matched_items .prices .align {
	width: 22px;
}
#matched_items h1 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 5px 0 5px 0;
}
#matched_items .m_description {
	padding: 0 5px 0 5px;
}
#matched_items h2 {
	font-size: 12px;
	font-weight: bold;
	color: black;
}
#matched_items h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 0 0;
}
#matched_items p {
	font-weight: normal;
}
#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%;
}

/* ## */

#checkout {

}
#checkout * {
	text-align: right;
}
#checkout .container {
	width: 474px;
	padding-right: 17px;
	direction: rtl;
}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {
	margin: 0 0 10px 0;
}
#checkout .status_bar table {
	width: 100%;
}
#checkout .status_bar img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .status_bar .selected {
	color: black;
	font-weight: bold;
}
#checkout .status_bar .selected img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .secure_seal {
	background-color: #F9F9F9;
	padding: 5px;
	font-weight: bold;
}
#checkout .content {
	width: 474px;
}
#checkout .container .content table {
	width: 100%;
}
#checkout .content .first_column {
	width: 185px;
}
#checkout .content .inner_tables {
	margin-top: 10px;
	width: 100%;
}
#checkout .content .inner_tables td {
	padding: 5px;
	text-align: right;
}
#checkout .content .img_column {
	width: 60px;
}
#checkout .content .other_column {
	width: 60px;
}
#checkout .content .items {
	width: 60px;
	background-color: #F9F9F9;
}
#checkout .content .t_title {
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	height: 20px;
}
#checkout .content .blank {

}
#checkout .content .subtotal {
	background-color: #EEEEEE;
	font-weight: bold;
}
#checkout .content .empty {
	height: 50px;
}
#checkout .button {
	border: 1px outset;
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#checkout .continue {
	border: 1px outset;
	background: #EEEEEE;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#checkout .input_title {
	margin: 10px 0 0 0 ;
}
#checkout .field {
	width: 180px;
	margin: 0 0 10px 0;
}
#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
#checkout .checkout_box {
	border: 1px solid #EFEFEF;
	background-color: #FFFFFF; 
	padding: 10px;
	margin: 0 0 10px 0;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px dotted #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;	
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#superdoc {
    direction: rtl;
}

#superdoc textarea {
    height: 60px;
    _height: 65px; 
    width: 150px;
    overflow: auto
}

/* ## */

.showcase_container {
    width: 320px;
    margin: 0 10px 10px 0;
    float: left;
}

.showcase_container .showcase {

}

.showcase_container .showcase img {
    width: 320px;
    height: 240px;
}

/* ## */

.showcase_container .showcase_controls {
    margin-top: 5px;
}

 /* Safari */
.showcase_container .showcase_controls *::selection {
    background: #FFFFFF;
}
 /* Firefox */
.showcase_container .showcase_controls *::-moz-selection {
    background: none;
}

/* ::selection is a CSS3 standard that is not supported by IE6/7*/

.showcase_container .showcase_controls img {
    height: 10px;
    width: 12px;
}

.showcase_container .showcase_controls .next_btn {
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}

.showcase_container .showcase_controls .next_btn span {
    color: #BE1835;
}

.showcase_container .showcase_controls .disabled_next_btn {
    color: #CCCCCC;
    text-align: left;
    font-weight: bold;
    
}

.showcase_container .showcase_controls .disabled_next_btn span {
    color: #CCCCCC;
}

.showcase_container .showcase_controls .prev_btn {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}

.showcase_container .showcase_controls .prev_btn span {
    color: #BE1835;
}

.showcase_container .showcase_controls .disabled_prev_btn {
    color: #CCCCCC;
    text-align: right;
    font-weight: bold;
    
}

.showcase_container .showcase_controls .disabled_prev_btn span {
    color: #CCCCCC;
}

.showcase_container .showcase_controls .display_btn {
    text-align: center;
    cursor: pointer;
}

/* ## */

.separator {
	width: 10px;
}

form {
	margin: 0;
	padding: 0;
	direction: rtl;
}
form td {
	vertical-align: middle;
	direction: rtl;
}

.form_container {
	width: 538px;
}

input, textarea, select {
	width: 130px;
	margin-bottom: 10px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #a4b6ce;
}
input {
	
}
option {
    color: #000000;
}
textarea, .select_multiple {
    height: 50px;
}
.input_title {
	font-weight: bold;
	margin-bottom: 2px;
}
.checkbox, .radio {
	width: auto !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
input.button {
    position: relative;
    top: 1px;
    width: auto !important;
    border: 1px solid #777777;
	padding: 1px;
	font-weight: bold;
	text-align: center !important;
	cursor: pointer;
	color: #000000;
	background: #777777;
}
.submit {
	position: relative;
    top: 1px;
    width: auto !important;
	border: 1px solid #0099FF;
	padding: 1px;
	font-weight: bold;
	text-align: center !important;
	cursor: pointer;
	color: #000000;
	background: #0099FF;
}
.error {
    font-weight: bold;
    color: #FF0000;
}
input.error, select.error, textarea.error {
    font-weight: normal;
    color: #000000;
    border: 1px solid #FF0000;
	background: #FFA6A8;
}
.mandatory {
    
}
/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	direction: rtl;
}
.notes * {
	color: #000000;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.errors {
	border: 1px solid #FF0000;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	direction: rtl;
}
.errors * {
	color: #000000;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

#captcha {
    display: table;
    margin-bottom: 20px;
}
#captcha img {
    width: 180px;
    height: 25px;
    _height: 23px;
    border: 1px solid #777777;
}
#captcha input {
    margin: 0;
    height: 25px;
    line-height: 17px;
    padding: 4px;
}

/* ## */

.sidebar_form_container {
	width: 140px;
	background-color: #b0c2da;
	margin-bottom: 10px;
}
textarea, .sidebar_select_multiple {
    height: 50px;
}
.sidebar_input_title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
}
.sidebar_input_description {	
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
}
.checkbox, .sidebar_radio {
	width: auto !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
input.sidebar_button {
    position: relative;
    top: 1px;
    width: auto !important;
    border: 1px solid #777777;
	padding: 1px;
	font-weight: bold;
	text-align: center !important;
	cursor: pointer;
	color: #000000;
	background: #777777;
}
.sidebar_submit {
	position: relative;
    top: 1px;
    width: 50px !important;
	border: 1px solid #a4b6ce;
	padding: 1px;
	font-weight: bold;
	text-align: center !important;
	cursor: pointer;
	color: #ffffff;
	background: #82b463;
}
.sidebar_error {
    font-weight: bold;
    color: #FF0000;
}
input.sidebar_error, select.error, textarea.error {
    font-weight: normal;
    color: #000000;
    border: 1px solid #FF0000;
	background: #FFA6A8;
}
.sidebar_mandatory {
    
}

