body, h1, h2, h3, h4, h5, h6, div, span, a, pre {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}
body {
	background: #fff url("../images/bodybg.gif") repeat-x scroll left top;
}
input[type=text], textarea, select {
	border:1px solid #BDC7D8;
	color: #000000;
	font-size: 11px;
	padding: 3px;
}
input, textarea {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
input[type=button], input.submit, a.submit {
	background-color:#5F78AB;
	border:1px solid #888888;
	border-color:#26446E #152F5F #0C2253;
	color:#FFFFFF;
	text-shadow:0 1px 0 #3E5A88;
	font-size:11px;
	font-weight:bold;
	padding: 3px 6px 4px;
	text-align:center;
	cursor: pointer;
}
a {
	color: #3B5998;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a.submit:hover {
	text-decoration: none;
}
blockquote {
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #ECEEF4;
	border: 1px solid #D6D9DE;
}

/* Common classes */
.clear {
	font-size: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
.hidden {
	display: none;
}
.alignLeft {
	text-align: left;
}
.floatLeft {
	float: left; display: inline;
}
.alignRight {
	text-align: right;
}
.floatRight {
	float: right; display: inline;
}

/* main positioning */
#wrapper {
	width: 964px;
	margin: 0 auto;
}

/* Header */
#menu {
	/* background:transparent url(../images/menubar.png) no-repeat scroll left bottom; */
	width: 964px;
	font-size: 11px;
	height: 28px;
}
#menu li {
	float: left; display: inline;
	padding: 7px 0px 8px 0px;
}
#menu li a {
	color: #fff;
	text-decoration: none;
	padding: 7px;
}
#pagemenu {
	margin-left: 5px;
}
#pagemenu a {
	font-weight: bold;
}
#pagemenu a:hover {
	background-color: #5C75AA;
}
#menu #more {
	float: right; display: inline;
}
#search {
	margin: 0px 12px;
}
#search-text {
	float: left; display: inline;
	margin-right: 2px;
}
#search-submit {
	display: inline;
	padding: 1px 0;
}

/* Overlay */
.black_overlay {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1201;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	position: absolute;
	top: 80px;
	left: 25%;
	width: 50%;
	height: auto;
	padding: 16px;
	border: 8px solid #5F78AB;
	background-color: white;
	z-index:1202;
	overflow: auto;
}

/* --- LEFT COLUMN --- */
#sidebar {
	margin-top: 0px;
	float: left; display: inline;
	width: 200px;
}
/* Logo */
#sfLogo {
	height: 60px;
	margin: 0px 0px 29px 9px;
}
#sfLogo a {
	display: block;
}
/* Widget box */
#sidebar .widget {
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
#sidebar .widget.last {
	margin-bottom: 0;
}
#sidebar .title {
	background: #627AAD none repeat scroll 0 0;
	border: 0px none;
	display: block;
	font-size: 11px;
	padding: 3px 8px;
	color: #ffffff;
	font-weight: bold;
}
#sidebar .title a {
	text-decoration: none;
	color: #000;
}
#sidebar .title img {
	display: none;
}
#sidebar .container {
	padding: 5px 8px;
	border: 1px solid #D8DFEA;
}
/* Widget: Connect */
#fbLoginContainer, #fbLogoutContainer {
	margin-bottom: 10px;
}
#facebookconnector #welcomeLogged {
	clear: both;
	margin-bottom: 10px;
}
#facebookconnector #userPhoto {
	margin: 0 5px 0 0;
	width: 50px;
	float: left; display: inline;
}
#facebookconnector .userItems {
	margin: 5px 0px;
	height: 18px;
}
#facebookconnector #feedbacks {
	margin-top: 10px;
}
#facebookconnector .userItems a {
	width: 18px;
	float: left; display: inline;
}
#facebookconnector .userItems img {
	width: 18px;
	height: 18px;
}
#facebookconnector .userItems span {
	float: left; display: inline;
	line-height: 18px;
	margin-left: 10px;
}
#facebookconnector #buySell {
	clear: both;
	padding: 5px 0 0 0;
	height: 24px;
	text-align: center;
}
#facebookconnector #buySell input {
	float: none;
	margin-right: 10px;
}
#facebookconnector #fbButtons {
	border-top: 1px solid #D8DFEA;
	padding-top: 5px;
}
#facebookconnector #fbButtons, #facebookconnector #inviteBtn {
	clear: both;
	text-align:center;
}

/* Widget: Macro-categories list */
#sidebar .widget .catTitle {
	background-color:#D8DFEA;
	font-weight: bold;
	padding: 2px 3px;
	margin-bottom: 5px;
}
#sidebar .widget .catList {
	margin-bottom: 10px;
}
#sidebar .widget .last .catList {
	margin-bottom: 0px;
}
#sidebar .widget .catList .cat {
	margin-left: 5px;
}
#sidebar .widget .catList .selected {
	font-weight:bold;
	padding:0 5px;
}
#sidebar .widget .catList .selected img {
	display: none;
}
#sidebar .widget .catList .selected a {
	font-weight: bold;
}

/* --- MAIN COLUMN --- */
#content {
	float: left; display: inline;
	margin: 0px 20px;
	width: 560px;
}
#mainContent {
	margin-top: 14px;
	padding: 0 10px;
}
#title {
	height: 36px;
	margin-top: 14px;
}
/* Tabs */
#categories {
	height: 24px;
	margin: 0;
}
#categories li {
	text-transform: capitalize;
	float: left; display: inline;
	background: #D8DFEA;
	margin-left: 3px;
}
#categories li a {
	font-size:13px;
	font-weight:bold;
	padding:4px 11px;
	display: block;
}
#categories li a:hover {
	color: #fff;
	text-decoration: none;
	background: #627AAD;
}
#categories .current-cat {
	background: #fff;
}
#categories .current-cat a {
	background: #fff;
	color: #000;
}
#categories .current-cat a:hover {
	background: #fff;
	color: #000;
}
#categories #plus {
	background: url(../images/plus.gif) no-repeat top left;
	z-index:999999;
}
#categories #plus:hover, #categories #plus.hover {
	background: #627AAD url("../images/plus.gif") no-repeat left -25px;	
}

.pageTitle {
	margin-top: 14px;
	background-color: #627AAD;
	border:0 none;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	padding:5px 8px;
}

#productsList {
	margin: 15px 0;
	border: 0px solid #D8DFEA;
}
#productsList a {
	display: block;
}
#productsList .title {
	background-color: #f0f0f0;
	color: #333;
	padding: 5px 10px;
	font-weight: bold;
	border-bottom: 1px solid #D8DFEA;
}
#productsList .title a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#productsList .title a:hover {
	color: #333;
	background-color: #D8DFEA;
}
#productsList .content {
	padding: 10px 0px 0px 10px;
}
#productsList .content .label {
	float: left; display: inline;
	color: #808080;
	width: 30%;
}
#productsList .content .content {
	float: left; display: inline;
	width: 70%;
	padding: 0;
	margin-bottom: 2px;
}

/* Right col - sidebarright */
#sidebarright {
	float: right; display: inline;
	width: 160px;
	border-left:1px solid #CCCCCC;
	margin-top: 73px;
}


#footer {
	clear: both;
	margin-top: 20px;
}


.black_overlay_mini{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
		
.white_content_mini {
	position: absolute;
	top: 10%;
	left: 35%;
	width: 30%;
	height: 25%;
	padding: 16px;
	border: 8px solid #5F78AB;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.infoBox {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background:none repeat scroll 0 0 #D8DFEA;
	border: 1px solid #627AAD;
	margin: 10px 0px;
	padding: 5px;
}
#contact .infoBox {
	margin-top: 14px;
}
.info {
	padding: 10px 0px;
	text-align: center;
}
.alert {
	padding: 10px 0px;
	text-align: center;
}
.warning {
	padding: 10px 0px;
	text-align: center;
}

#feedbacks #frmFeed {
	margin-top: 14px;
}
.black_overlay_mini_language{
	position: absolute;
	top: 0%;
	left: 0%;
    width: 100%;
    height: 1200px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
		
.white_content_mini_language{
	position: absolute;
	top: 150px;
	left: 450px;
	width: 200px;
	height: 120px;
	padding: 16px;
	border: 8px solid #5F78AB;
	background-color: white;
	z-index:1002;
	overflow: auto;
}