/* 1. Import 
----------------------------------------*/
body {
	scrollbar-base-color: #DDDDFF;
}

/* ----- error message for field validation ----- */
.form input.error, form textarea.error, .form select.error {background:url(/jquery/images/form_error.gif) right no-repeat #fff1ec;}
.form input.corrected {background:url(/jquery/images/form_check.gif) right no-repeat;}

.error {
	background-position:left;
	background-repeat:no-repeat;
	color: #CC0000;
	padding:1px 20px 1px 5px;
	text-align:left;
	font-weight: bold;
}
.errMsg {
	background-position:left;
	background-repeat:no-repeat;
	background-color:#f5e5e5;
	color: #990000;
	text-align:left;
	font-weight: bold;
}
.okMsg {
	background-position:left;
	background-repeat:no-repeat;
	background-color:#e1f9c1;
	color:#006600;
	text-align:left;
	font-weight: bold;
}
.errorMessage {
	background-image:url(/jquery/images/bg_error.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#f5e5e5;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	color: #990000;
	padding:10px 10px 10px 46px;
	text-align:left;
	font-weight: bold;
}
.okMessage {
	background-image:url(/jquery/images/exclamation_sent.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#e1f9c1;
	border-top:1px solid #004;
	border-bottom:1px solid #004;
	color:#006600;
	padding:10px 10px 10px 46px;
	text-align:left;
	font-weight: bold;
}

#f1_upload_process{
	z-index:100;   
	visibility:hidden;
	text-align:center;
}

label.warning {
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0 0 0 10px;
	float: none;
	clear: none;
	display: inline;
	color: #990000;
	font-size: 10px;
	border: none;
}

div.requiredNotice {
	float: right;
	margin: 0 24px 0 0;
	padding: 0;
	color:#FF0000;
}




.breadCrumbHolder {}
.breadCrumb {height:21px; width:90%; margin: 0 10px 0 0; padding:0 5px 10px 5px; overflow:hidden;}
.breadCrumb ul {height:21px; margin:0 !important; padding:0 !important; display:block;}
.breadCrumb ul li {height:21px; margin:0px 6px 0px 0; padding:0px 10px 0px 0; display:block; float:left; position:relative; overflow:hidden; line-height:21px; font-size: .9167em; background:url(/jquery/images/breadcrumb-chevron.gif) no-repeat 100% 0.2em;}
.breadCrumb ul li div.chevronOverlay {position:absolute; right:0; top:0; z-index:2;}
.breadCrumb ul li span {display:block; overflow:hidden;}
.breadCrumb ul li a {height:21px; float: left; display:block; position:relative; overflow:hidden; line-height:21px;}
.breadCrumb ul li.first a {width:16px; padding:0; margin:4px 0 0 0; height:16px !important; text-indent:-1000em; overflow:hidden; background:url(/jquery/images/li-breadcrumb.gif) no-repeat 0 0;}
.breadCrumb ul li.first a:hover {background-position: 0 -16px;}
.breadCrumb ul li.last {margin-right: 0; padding-right: 0; background:none;}
.chevronOverlay {width:13px; height:20px; display:none; background:url(/jquery/images/breadcrumb-chevronoverlay.png) no-repeat 100% 0.2em;}


/* some styling for triggers */
#triggers {
	float:left;
	text-align:left;
	width:100%;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:700px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/<?php echo $main->vpanel;?>/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* styling for elements inside overlay */
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}

.details p a {
	color:#aba;
	font-size:12px;
	margin:0 0 -10px 0;
}

/* tab pane styling */
.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	min-height:150px;
	font-size:14px;
	background-color:#f7f7f7;
}

.panesDiv {
	overflow:auto;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
	width: 575px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 125px;
}

.jcarousel-control {
    margin-bottom: 10px;
    text-align: center;
}

.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #eee;
    background-color: #4088b8;
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}

.divDescription,
.divSpecifications,
.divFeatures,
.divAccessories,
.divDocumentation {}

.featuredProduct {}
.reducedProduct {}
.specialProduct {}
.noProduct {}
.retailPrice {}
.storePrice {
	width:50%;
	padding: 5px 10px 5px 10px;
	background:#3470a8;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-family:"Comic Sans MS", cursive;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
}
.savingPrice {}
.specialPrice {}
.noPrice {}

