/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://shop.americaskate.ro/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #149CFF;
	z-index: 102;
	color:#EBF6FE;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


form { 
	margin:10px 0; 
}
fieldset {
	border:0; 
	padding:10px; 
	margin-top:10px; 
}
.fb_message, .fb_invalid {
	color:#c00;
}
.border {
	border:1px solid #ccc;
}
.edit {
	clear:both;
	text-align:right;
}
legend { 
	font-size:120%; 
	font-weight:bold; 
}
.fb_form div { 
	clear:both; 
	display:block; 
	padding-top:5px; 
	margin-left:10px; 
}
.fb_label { 
	font-weight:bold;
}
.fb_required { 
	color:#00c; 
}
.fb_input, .fb_select, .fb_textarea, .fb_button, .fb_password { 
	border:1px solid #444; 
	background-color:white; 
	color:#333; 
}
.address_group .fb_input { 
	float:none; 
	margin-right:10px; 
}
.submit {
	clear:both;
	margin-top:10px; 
	padding-left:165px; 
}
.fb_submit input, .submit input, .submit_buy input {
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	background-color:#d4d4d4;
}
.submit_text { 
	clear:both; 
	display:block; 
}

.fb_form .div_with_error .fb_input,
.fb_form .div_with_error .fb_textarea,
.fb_form .div_with_error .fb_password,
.fb_form .div_with_error .fb_select
{ border:1px solid #c00; }
.error {
	display:block;
	color:red; 
	margin-left:20px; 
}

.fb_comment {
	display:block;
	color:#777; 
	font-size:80%; 
	margin-left:20px; 
	margin-bottom:2px; 
}

#recover_password,
#customer_email_reconfirm,
#admin_login { 
	width:300px; 
}
#recover_password .fb_label,
#customer_email_reconfirm .fb_label,
#admin_login .fb_label { 
	width:100px;
}
#recover_password .submit,
#customer_email_reconfirm .submit,
#admin_login .submit { 
	padding-left:75px; 
}

#customer_login div { margin:0; padding:2px; clear:none; }
#customer_login .fb_label { width:100px; float:left; }
#customer_login .fb_message { display:block; }
#customer_login .fb_submit { padding-left:105px; }

#customer_signup_container { border-left:1px solid gray; width:48%; float:right; padding-left:20px;} 
#customer_signup { width:350px; margin:0; padding:0; float: right;}
#customer_signup div {margin:0; padding:2px; clear:none; }
#customer_signup .fb_label { width:120px; float:left; }
#customer_signup .fb_message { display:block }

#partener_login { width:300px; float:right; }
#partener_login div { margin:0; padding:2px; clear:none; }
#partener_login .fb_label { width:70px; float:left; }
#partener_login .fb_message { display:block; }
#partener_login .fb_submit { padding-left:93px; }


#partener_add { width:500px; }
#partener_add div { margin:0; padding:2px; clear:none; clear:both; }
#partener_add .fb_label { width:130px; float:left; }
#partener_add .submit { padding-left:130px; } 


.banner_label { 
	float:left;
	clear:left;
	padding:2px 0;
}

#sms_body_message {
	margin-left:175px;
}

#customer_finish {
	border:1px solid black;
}

#order_product .fb_checkbox {
	padding-top:3px;
	position:absolute;
}
#order_product .fb_option {
	padding:3px 0;
	margin-left:20px;
	display:block;
}
#order_product .fb {
}

#order_product .fb div {
	float:left; width:40%; text-align:left; 
}
#order_product .fb div .fb_field {
	clear:both;
}
#order_product .fb div .fb_field label {
	width:350px;
}
#order_product .fb div .fb_field .fb_message {
	display:block;
	float:left;
	width:300px;
}

#order_product .fb div#order_product_quantity_row {
	float: none;
}
#order_product .fb div#order_product_quantity_row .fb_field {
	float:none;
}
#order_product .fb div#order_product_quantity_row .fb_field .fb_message { display:block; width:500px; }


form#leftovers .fb_checkbox {
        padding-top:3px;
        position:absolute;
}
form#leftovers .fb_option {
        padding:3px 0;
        margin-left:20px;
        display:block;
}
form#leftovers .fb div {
        float:left; text-align:left;
}
form#leftovers .fb div .fb_label,
form#leftovers .fb div .fb_field {
        float:left;
}
form#leftovers .fb div .fb_field label {
}
form#leftovers .fb div .fb_field .fb_message {
        display:block;
        float:left;
        width:300px;
}

