/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	background:#FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
}
label {
	cursor: pointer;
}

#portal, #footer-content {
	width: 950px;
	text-align: left;
	margin: auto;
	background:url(../IMAGES/_web/top_bg.jpg) repeat-x top center; 
}

#portal-top {
	width: 100%;
	height: 90px;
	background: url(../IMAGES/_web/top_right.jpg) no-repeat top right;
}
#portal-top .left {
	width: 25px;
	height: 90px;
	float: left; 
	background:url(../IMAGES/_web/top_left.jpg) no-repeat top left;
}
#portal-top .logo-box {
	width: 220px;
	height: 83px;
	padding-top: 7px;
	float: left;
}
#portal-top .logo-box img {
	border: none;
}

#portal-top .search-box {
	width: 350px;
	height: 80px;
	background:url(../IMAGES/_web/top_separator.png) repeat-y top left;
	padding: 5px;
	float: left;
	margin-left: 15px;
	padding-left: 15px;
}

#portal-top .search-box h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#EDB40A;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

#portal-top .search-box .input {
	width: 227px;
	height: 27px;
	border: 0px;
	background:url(../IMAGES/_web/top_input.png) no-repeat center;
	padding: 0px 10px;
	margin-bottom: 5px;
	float: left;
	line-height: 27px;
	font-size:12px;
	color:#666666;
}

#portal-top .search-box button {
	width: 75px;
	height: 27px;
	border: 0px;
	background:url(../IMAGES/_web/top_search.png) no-repeat center;
	margin-left: 5px;
	cursor: pointer;
	margin-bottom: 5px;

}

#portal-top .search-box label {
	font-size: 11px;
	color: #999999;
	cursor: pointer;
	padding-right: 10px;
}
#portal-top .search-box a {
	font-size: 11px;
	color:#0000FF;
	text-decoration: none;
}
#portal-top .search-box a:hover {
	text-decoration: underline;
}
#portal-top ul {
	height: 80px;
	background:url(../IMAGES/_web/top_separator.png) repeat-y top left;
	padding: 5px;
	float: left;
	list-style:none; 
	padding-left: 30px;
}
#portal-top ul li {
	float: left;
	width: 70px;
	text-align: center;
}
#portal-top ul li a {
	color: #9944DD;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
}
#portal-top ul li a:hover {
	color: #631D9C;
}
#portal-top ul img {
	width: 48px;
	height: 48px;
	margin-bottom: 7px;
	border: 0px;
}
#portal-top ul li.separator {
	height: 80px;
	width: 30px;
	background: url(../IMAGES/_web/top_ulseparator.gif) center center no-repeat;
}
#portal-top-menu {
	width: 100%;
	height: 21px;
	padding: 0px 5px;
	float: none;
	list-style:none; 
}
#portal-top-menu li {
	height: 21px;
	background:url(../IMAGES/_web/top-menu-bg.jpg) repeat-x top;
	padding: 0px 5px;
	margin-right: 2px;
	float: left;
	line-height: 21px;
}
#portal-top-menu li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#portal-top-menu li a:hover {
	color: #FFFF99;
	text-decoration: none;
}

/* HEADER */
#header {
	width: 930px;
	height: 50px;
	margin: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 11px;
	color:#999999;
}

#header img { 
	width: 50px;
	height: 50px;
	border: none;
	margin-right: 15px;
}

#header span a {
	font-size: 22px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
	line-height: 30px;
}

#header span a:hover {
	font-size: 22px;
	color:#006699;
	text-decoration: none;
}

#header a {
	font-size: 11px;
	color:#999999;
	text-decoration: underline;
	font-weight:normal;
	line-height: 20px;
}
#header a:hover {
	color:#999999;
	text-decoration: none;
}

#smartbay {
	width: 230px;
	float: right;
	font-size: 12px;
	color:#666666;
	background: url(../IMAGES/_web/smartbay_bg.jpg) repeat-x bottom center;
	padding: 3px 5px;
}
#smartbay a {
	font-size: 12px;
	color: #0099CC;
	text-decoration: underline;
}
#smartbay a:hover {
	color:#006699;
	text-decoration: none;
}
#smartbay img {
	float: left;
	margin-right: 6px;
	width: 32px;
	height: 40px;
}

/* CONTENT */
#content {
	width: 725px;
	float: left;
	margin-top: 30px;
	margin-right: 10px;
}
/* CONTENT: CATEGORIES */
#content #categories {
	margin-left: 5px;
	margin-top: 20px;
}

#content #categories .category {
	width: 350px;
	height: 90px;
	float: left;
	margin-bottom: 25px;
	margin-right: 10px;
}

#content #categories .category p a {
	font-size: 22px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
	line-height: 50px;
}

#content #categories .category p a:hover {
	font-size: 22px;
	color:#006699;
	text-decoration: none;
}

#content #categories .category p a img {
	width: 50px;
	height: 50px;
	border: none;
	margin-right: 10px;
	margin-bottom: 7px;
}
#content #categories .category ul {
	display: inline;
}
#content #categories .category ul li {
	float: left;
	font-size: 11px;
	color: #999999;
	line-height: 15px;
	padding-right: 4px;
	display: inline;
}
#content #categories .category ul li a {
	color: #999999;
	text-decoration: none;
}
#content #categories .category ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

#content #categories .category ul li a.more {
	color:#0000FF;
	text-decoration: none;
}
#content #categories .category ul li a.more:hover {
	color:#006699;
	text-decoration: underline;
}

/* CONTENT: PORTAL DESCRIPTION */
#content #portal-description {
	width: 95%;
	height: 74px;
	background: url(../IMAGES/_web/desc_bg.gif) center center no-repeat;
	padding: 18px 5px;
	font-size: 11px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 135%;
}
#content #portal-description a {
	color:#0000FF;
	text-decoration: underline;
}
#content #portal-description a:hover {
	color: #006699;
	text-decoration: none;
}
#content #portal-description div {
	width: 20px;
	height: 74px;
	background:url(../IMAGES/_web/desc_sign.gif) top left no-repeat;
	float: left;
	margin-right: 10px;
}

/* CONTENT: PRODUCT-LIST */
#product-list {
	margin-left: 35px;
}
#product-list .navigation-top, #product-list .navigation-bottom {
	width: 690px;
	height: 30px;
	color: #999999;
	font-size: 12px;
}
#product-list .navigation-top a img {
	border: none;
	margin-left: 2px;
}

#product-list .navigation-top a, #product-list .navigation-bottom a {
	color: #999999;
	text-decoration: none;
	margin-left: 12px;
}
#product-list .navigation-top a:hover, #product-list .navigation-bottom a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#product-list .navigation-top a.active, #product-list .navigation-bottom a.active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#product-list .navigation-bottom {
	padding-top: 15px;
}
#product-list .navigation-bottom a {
	margin-left: 5px;
}

#product-list .item {
	width: 680px;
	height: 100px;
	float: none;
	border-bottom: 1px solid #E9E9E9;
	padding: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	clear: both;
	
}
#product-list .item img {
	width: 90px;
	height: 90px;
	padding: 4px;
	background: #E9E9E9;
	border: 1px solid #DBDBDB;
	margin-right: 15px;
}

#product-list .item a:hover img  {
	background: #DBDBDB;
	border: 1px solid #CCCCCC;
}

#product-list .item h2 {
	padding: 0px;
	margin: 0px;
}

#product-list .item h2 a {
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

#product-list .item p {
	font-size: 11px;
	color: #999999;
	line-height: 14px;
	margin-top: 10px;
}
#product-list .item div {
	float: left;
}

#product-list .item div.left {
	width: 480px;
	margin-right: 10px;
}

#product-list .item div.right {
	width: 170px;
	height: 70px;
	margin: 10px;
	margin-right: 0px;
	border-left: 1px dashed #E9E9E9;
	text-align: right;
	color: #666666;
	font-weight: bold;
}
#product-list .item div.right a img {
	width: 141px;
	height: 27px;
	border: none;
	padding: 0px;
	background: none;
	margin: 5px 0px;
}
#product-list .item div.right b {
	font-size: 16px;
}

/* CONTENT: PRODUCT */
#product {
	margin-left: 35px;
}
#product #left {
	width: 150px;
	height: 200px;
	border-right: 1px dashed #CCCCCC;
	float: left;
}
#product #left .picture {
	width: 90px;
	height: 90px;
	padding: 4px;
	background: #E9E9E9;
	border: 1px solid #DBDBDB;
	margin-left: 10px;
}

#product #left ul {
	margin-top: 10px;
	margin-left: 10px;
}

#product #left ul li {
	line-height: 17px;
}

#product #left ul li img {
	width: 14px;
	height: 14px;
	border: none;
	margin-right: 3px;
}

#product #left ul li a {
	text-decoration: underline;
	color:#0000FF;
}

#product #left ul li a:hover {
	color:#006699;
	text-decoration:none;
}

#product #right {
	width: 520px;
	height: 200px;
	padding-left: 15px;
	float: left;
}
#product #right h1 {
	color: #FF9900;
	font-size:16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 7px;
}
#product #right h2 {
	font-size:16px;
	color: #666666;
	line-height: 25px;
	margin-bottom: 7px;
	font-weight:normal;
}

#product #right p {
	font-size: 12px;
	color:#666666;
	line-height: 1.4em;
}

#product #navigation {
	padding-left: 15px;
	width: 675px;
	height: 21px;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0px;
}

#product #navigation li {
	float: left;
	margin-right: 7px;
	background: url(../IMAGES/_web/box-head-bg.jpg) repeat-x top;
	height: 22px;
	line-height: 22px;
	padding: 0px 10px;
}

#product #navigation li.active {
	background: url(../IMAGES/_web/box-head-bg2.jpg) repeat-x top;
}

#product #navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}

#product #product-offers {
	width: 680px;
	margin: 5px;
}	
#product #product-offers .item {
	width: 670px;
	height: 80px;
	padding: 5px 5px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;	
}
#product #product-offers .item .store {
	width: 160px;
	text-align: center;
	float: left;
}
#product #product-offers .item .store .logo {
	width: 120px;
	height: 30px;
	margin: 8px 0px;
}

#product #product-offers .item .store a, #product #product-offers .item .button a {
	color: #999999;
	text-decoration: underline;
}

#product #product-offers .item .store a:hover, #product #product-offers .item .button a:hover {
	color:#006699;
	text-decoration: none;
}

#product #product-offers .item .price {
	width: 340px;
	float: left;
	text-align: center;
	color:#666666;
}

#product #product-offers .item .price b {
	font-size: 23px;
	font-weight: bold;
	color:#FF9900;
	line-height: 30px;
}

#product #product-offers .item .button {
	width: 165px;
	float: left;
	text-align: right;
	color:#999999;
}

#product #product-offers .item .button img {
	width: 159px;
	height: 27px;
	border: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

#product #product-comments, #product #product-details {
	width: 680px;
	margin: 5px;
	display: none;
}

#product #product-comments .item {
	width: 670px;
	height: 65px;
	padding: 5px 5px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;	
}

#product #product-comments .item .info {
	width: 130px;
	float: left;
	line-height: 1.5em;
}

#product #product-comments .item .info img {
	margin-bottom: 6px;
}

#product #product-comments .item .content {
	width: 520px;
	float: left;
}
#product #product-comments .item .content h3 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 4px;
}
#product #product-comments h2 {
	margin-bottom: 10px;
}
#product #product-comments h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#product #product-comments h2 a:hover {
	text-decoration: none;
	color:#006699;
}
#product #product-comments h2 a img {
	width: 14px;
	height: 14px;
	border: none;
	margin-right: 5px;
}
#product #product-comments #add {
	width: 670px;
	height: 130px;
	margin-left: 10px;
	margin-bottom: 20px;
	display: none;
}

#product #product-comments #add h3 {
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	margin-bottom: 8px;
}
#product #product-comments #add h3 b {
	color:#FF9900;
}
#product #product-comments #add #left-comment {
	width: 400px;
	height: 110px;	
	float: left;
}
#product #product-comments #add #left-comment textarea {
	width: 380px;
	height: 80px;
	border: 1px solid #9935CE;
	margin: 3px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#product #product-comments #add #right-comment {
	width: 250px;
	height: 110px;
	float: left;
}

#product #product-comments #add #right-comment span {
	width: 85px;
	float: left;
}
#product #product-comments #add #right-comment input, #product #product-comments #add #right-comment select {
	width: 120px;
	border: 1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#product #product-comments #add #right-comment p {
	height: 25px;
}

#product #product-comments #add #right-comment p a {
	font-size: 11px;
	text-decoration: underline;
	color: #0000FF;
	border: none;
}
#product #product-comments #add #right-comment p a:hover {
	text-decoration: none;
	color:#006699;
}
#product #product-comments #add #right-comment p a img {
	border: none;
}

#product #product-comments #add #right-comment .button {
	border: none;
	background:url(../IMAGES/_web/add_comment.png) no-repeat;
	width: 153px;
	height: 27px;
	cursor: pointer;
}

#product #product-details ul li {
	width: 670px;
	padding: 3px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;
	font-weight:bold;
}
#product #product-details ul li span {
	width: 280px;
	float: left;
	margin-right: 10px;
	text-align:right;
	font-weight: normal;
}	

/* STORE */
#store {
	margin-left: 35px;
}
#store #left {
	width: 150px;
	height: 200px;
	border-right: 1px dashed #CCCCCC;
	float: left;
}
#store #left .logo {
	width: 120px;
	height: 30px;
	margin:10px;
	margin-bottom: 15px;
	border: none;
	margin-left: 10px;
}

#store #left ul {
	margin-top: 10px;
	margin-left: 10px;
}

#store #left ul li {
	line-height: 17px;
}

#store #left ul li img {
	width: 14px;
	height: 14px;
	border: none;
	margin-right: 3px;
}

#store #left ul li a {
	text-decoration: underline;
	color:#0000FF;
}

#store #left ul li a:hover {
	color:#006699;
	text-decoration:none;
}

#store #right {
	width: 520px;
	height: 200px;
	padding-left: 15px;
	float: left;
}
#store #right h1 {
	color: #FF9900;
	font-size:16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 7px;
}
#store #right h2 {
	font-size:16px;
	color: #666666;
	line-height: 25px;
	margin-bottom: 7px;
	font-weight:normal;
}

#store #right p {
	font-size: 12px;
	color:#666666;
	line-height: 1.4em;
}

#store #navigation {
	padding-left: 15px;
	width: 675px;
	height: 21px;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0px;
}

#store #navigation li {
	float: left;
	margin-right: 7px;
	background: url(../IMAGES/_web/box-head-bg.jpg) repeat-x top;
	height: 22px;
	line-height: 22px;
	padding: 0px 10px;
}

#store #navigation li.active {
	background: url(../IMAGES/_web/box-head-bg2.jpg) repeat-x top;
}

#store #navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}

#store #store-data {
	width: 680px;
	margin: 5px;
}	

#store #store-comments, #store #store-payments {
	width: 680px;
	margin: 5px;
	display: none;
}

#store #store-comments .item {
	width: 670px;
	height: 75px;
	padding: 5px 5px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;	
}

#store #store-comments .item .info {
	width: 130px;
	float: left;
	line-height: 1.5em;
}

#store #store-comments .item .info img {
	margin-bottom: 6px;
}

#store #store-comments .item .content {
	width: 520px;
	float: left;
}
#store #store-comments .item .content h3 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 4px;
}
#store #store-comments .item .content h3 span {
	font-size: 11px;
	font-weight: normal;
	margin-left: 15px;
}
#store #store-comments h2 {
	margin-bottom: 10px;
}
#store #store-comments h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#store #store-comments h2 a:hover {
	text-decoration: none;
	color:#006699;
}
#store #store-comments h2 a img {
	width: 14px;
	height: 14px;
	border: none;
	margin-right: 5px;
}
#store #store-comments #add {
	width: 670px;
	height: 180px;
	margin-left: 10px;
	margin-bottom: 20px;
	display: none;
}

#store #store-comments #add h3 {
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	margin-bottom: 8px;
}
#store #store-comments #add h3 b {
	color:#FF9900;
}
#store #store-comments #add #left-comment {
	width: 400px;
	height: 160px;	
	float: left;
}
#store #store-comments #add #left-comment textarea {
	width: 380px;
	height: 80px;
	border: 1px solid #9935CE;
	margin: 3px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#store #store-comments #add #right-comment {
	width: 250px;
	height: 160px;
	float: left;
}

#store #store-comments #add #right-comment span {
	width: 85px;
	float: left;
}
#store #store-comments #add #right-comment input, #store #store-comments #add #right-comment select {
	width: 120px;
	border: 1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#store #store-comments #add #right-comment p {
	height: 25px;
}

#store #store-comments #add #right-comment p a {
	font-size: 11px;
	text-decoration: underline;
	color: #0000FF;
	border: none;
}
#store #store-comments #add #right-comment p a:hover {
	text-decoration: none;
	color:#006699;
}
#store #store-comments #add #right-comment p a img {
	border: none;
}

#store #store-comments #add #right-comment .button {
	border: none;
	background:url(../IMAGES/_web/add_comment.png) no-repeat;
	width: 153px;
	height: 27px;
	cursor: pointer;
}

#store #store-payments ul li, #store #store-data ul li {
	width: 670px;
	padding: 3px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;
	font-weight:bold;
}
#store #store-payments ul li normal {
	font-weight: normal;
}

#store #store-payments ul li span, #store #store-data ul li span {
	width: 180px;
	float: left;
	margin-right: 10px;
	text-align:right;
	font-weight: normal;
}

/* CONTENT: PAGE */
#content #page {
	margin-left: 35px;
}
#page h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
#page p {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.5em;
}
#page #registerUser {
	width: 650px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	padding-bottom: 0px;
}
#page #registerUser #fields {
	width: 315px;
	float: left;
}
#page #registerUser #fields p {
	margin-bottom: 5px;
	line-height: normal;
}
#page #registerUser #fields p span {
	width: 105px;
	float: left;
}
#page #registerUser a {
	color: #0000FF;
	text-decoration: underline;
}
#page #registerUser a:hover {
	color: #006699;
	text-decoration: none;
}
#page #registerUser #fields p input {
	width: 186px;
	height: 18px;
	border: 1px solid #999999;
	font-size: 12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
#page #registerUser #register {
	background:url(../IMAGES/_web/register_bg.jpg) center left no-repeat;
	width: 325px;
	float: left;
	height: 126px;
}

#page #registerUser #register .button {
	background:url(../IMAGES/_web/register.png) no-repeat;
	width: 135px;
	height: 27px;
	border: none;
	margin-top: 49px;
	margin-left: 95px;
	cursor: pointer;
}

#page #registerUser #terms {
	margin-top: 10px;
	width: 650px;
	float: none;
}

#page #registerUser #terms span {
	width: 30px;
	float: left;
}

#page #registerUser #terms span.terms_1 {
	height: 20px;
}

#page #registerUser #terms span.terms_2 {
	height: 40px;
}

#page #loginUser p {
	margin-bottom: 5px;
	line-height: normal;
}
#page #loginUser p span {
	width: 105px;
	float: left;
}
#page #loginUser a {
	color: #0000FF;
	text-decoration: underline;
}
#page #loginUser a:hover {
	color: #006699;
	text-decoration: none;
}
#page #loginUser p input {
	width: 186px;
	height: 18px;
	border: 1px solid #999999;
	font-size: 12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
#page #loginUser .button {
	background:url(../IMAGES/_web/login.png) no-repeat;
	width: 108px;
	height: 27px;
	border: none;
	cursor: pointer;
}

#page #navigation-tabs {
	padding-left: 15px;
	width: 675px;
	height: 21px;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0px;
}

#page #navigation-tabs li {
	float: left;
	margin-right: 7px;
	background: url(../IMAGES/_web/box-head-bg.jpg) repeat-x top;
	height: 22px;
	line-height: 22px;
	padding: 0px 10px;
}

#page #navigation-tabs li.active {
	background: url(../IMAGES/_web/box-head-bg2.jpg) repeat-x top;
}

#page #navigation-tabs li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}
#userPanel {
	margin-left: 25px;
}

#userPanel p {
	margin-bottom: 5px;
	line-height: normal;
}
#userPanel p span {
	width: 105px;
	float: left;
}
#userPanel a {
	color: #0000FF;
	text-decoration: underline;
}
#userPanel a:hover {
	color: #006699;
	text-decoration: none;
}
#userPanel p input {
	width: 186px;
	height: 18px;
	border: 1px solid #999999;
	font-size: 12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
#userPanel .button {
	background:url(../IMAGES/_web/login.png) no-repeat;
	width: 108px;
	height: 27px;
	border: none;
	cursor: pointer;
}

#userPanel .editForm {
	padding: 10px;
	margin: 10px 0px;
	border-bottom: 1px #E2E2E2 dashed;
}

.buttonSave {
	background:url(../IMAGES/_web/save.png) no-repeat!important;
	width: 70px!important;
	height: 27px!important;
	border: none!important;
	cursor: pointer!important;
}

.buttonSend {
	background:url(../IMAGES/_web/send.png) no-repeat!important;
	width: 70px!important;
	height: 27px!important;
	border: none!important;
	cursor: pointer!important;
}

/* MAP */
.map, .map2  {
	width: 325px;
	height: auto;
	margin: 10px;
	float: left;
	margin-bottom: 15px;
}
.map2 {
	float: right;
}
.map h1 { font-family: 14px; color: #666666; font-weight: bold; line-height: 50px; margin-bottom: 10px; }
.map h1 a { text-decoration: none; color:#666666; }
.map h1 a:hover { text-decoration: none; color:#333333; }
.map h1 img { width: 50px; height: 50px; margin-right: 10px; border: none; }

.map ul {
	font-size: 12px;
	color:#006699;
	font-weight: normal;
}
.map ul li a { text-decoration: none; color:#0000FF; }
.map ul li a:hover { text-decoration: undeline; color:#006699; }
.map ul li ul { padding-left: 10px; margin-bottom: 7px; }
.map ul li ul li a { text-decoration: none; color:#999999; font-size: 11px; }
.map ul li ul li a:hover { text-decoration: undeline; color:#006699; font-size: 11px; }

/* ADVANCED SEARCH */
#advancedSearch {
	width: 620px;
	height: 120px;
	padding: 10px 15px;
	background:url(../IMAGES/_web/search_bg.jpg) no-repeat top center;
	line-height: 22px;
}
#advancedSearch h2 {
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	line-height: 27px;
}
#advancedSearch h2 #search {
	width: 335px;
	height: 25px;
	margin-right: 10px;
	line-height: 23px;
}
#advancedSearch .long {
	width: 350px;
	height: 27px;
	float: left;
}	
#advancedSearch select {
	width: 335px;
	height: 25px;
	line-height: 23px;
}

#advancedSearch p {
	margin: 0px;
	margin-bottom: 5px;
	line-height: 22px;
}

#advancedSearch .button {
	background:url(../IMAGES/_web/search.png) no-repeat!important;
	width: 72px!important;
	height: 27px!important;
	border: none!important;
	cursor: pointer!important;
}

#advancedSearch span {
	width: 130px;
	float: left;
}

#advancedSearch p .short {
	width: 70px;
	line-height: 22px;
}

#advancedSearch input, #advancedSearch select {
	border: 1px solid #999999;
	font-size: 12px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

#advancedSearch #search_desc2 {
	width: 12px;
	height: 12px;
	margin-right: 7px;
}

#advancedSearch .prices input {
	width: 90px;
	height: 22px;
}

.message {
	padding: 0px 15px;
	margin: 30px 15px;
	font-size: 12px;
	color:#333333;
	border-left: 5px #E4E4E4 solid;
}

.message h2 {
	font-size: 14px;
	font-weight: bold;
	color:#666666;
}
.message .icon {
	width: 36px;
	height: 36px;
	border: none;
	margin: 5px 0px;
	margin-right: 15px;
}
.message ul { margin-left: 10px; }
.message li {
	list-style:square inside;
}

/* SENDMESSAGE */
#sendmessage {
	padding: 5px;
	width: 270px;
	height: 340px;
	background:#FFFFFF;
}
#sendmessage h1 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
}
#sendmessage h2 {
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	padding: 5px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dashed #CCCCCC;
}
#sendmessage p {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
}
#sendmessage p span { 
	width: 110px;
	float: left;
	text-align: right;
}
#sendmessage p input {
	width: 135px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color:#666666;
}
#sendmessage .space {
	margin-bottom: 10px;
}


/* SIDEBAR */
#sidebar {
	width: 210px;
	float: left;
	margin-top: 30px;
}
#sidebar .box-name {
	width: 120px;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	line-height: 21px;
	background: repeat-x top;
	text-align:center;
}
#sidebar .box-name.yellow { background:url(../IMAGES/_web/box-head-bg2.jpg); }
#sidebar .box-name.purple { background:url(../IMAGES/_web/box-head-bg.jpg); }

#sidebar .box {
	width: 190px;
	background: url(../IMAGES/_web/sidebar_bg.jpg) top center no-repeat;
	padding: 10px;	
	height: auto;
	margin-bottom: 10px;
}
#sidebar .box .logos li {
	width: 95px;
	text-align: center;
	height: 30px;
	float: left;
	margin-bottom: 7px;
}
#sidebar .box .logos li img {
	border: none;
}
#sidebar .box .howto {
	margin-bottom: 10px;
	color: #999999;
	font-size:12px;
	line-height:130%;
}
#sidebar .box .howto b {
	color: #993FD8;
	font-weight: bold;
	line-height: 20px;
}
#sidebar .box .howto img {
	width: 30px;
	height: 30px;
	border: none;
	margin-right: 8px;
	margin-bottom: 3px;
}
#sidebar .box .head {
	font-size: 14px;
	font-weight: bold;
	color: #697192;
	line-height: 20px;
}
#sidebar .box .text {
	font-size: 12px;
	color:#666666;
	line-height: 130%;
	margin: 15px 0px;
	margin-left: 5px;
}
#sidebar .box .more {
	font-size: 12px;
	text-align: right;
	line-height: 130%;
}
#sidebar .box .more a {
	color: #0000FF;
	text-decoration: none;
}
#sidebar .box .more a:hover {
	color: #006699;
	text-decoration: underline;
}
#sidebar .categories li a {
	list-style:none;
	font-size:12px;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}
#sidebar .categories li a:hover {
	color: #006699;
	text-decoration: underline;
}

#sidebar .categories li ul{
	padding-left: 10px;
	margin-bottom: 10px;
}
#sidebar .categories li ul li a {
	list-style:none;
	font-size:11px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}

#sidebar .categories li ul li a:hover {
	color: #006699;
	text-decoration: underline;
}

/* FOOTER */
#footer { 
	width: 100%;
	height: 110px;
	background:url(../IMAGES/_web/bottom_bg.jpg) top center repeat-x;
}
#footer-content {
	padding: 10px;
	background: none;
}
#footer-content .boxContainer {
	width: 175px;
	height: 80px;
	margin: 0px 5px;
	float: left;
	font-size: 11px;
	padding: 2px;
	padding-left: 7px;
	border-left: 2px solid;
	line-height: 1.45em;
}
#footer-content .boxContainer a {
	text-decoration: none;
}
#footer-content .boxContainer a:hover {
	text-decoration: underline;
	color:#000000;
}
#footer-content .grey { border-color: #666666; color: #666666; }
#footer-content .grey a { color: #666666; }

#footer-content .purple { border-color: #8928D0; color: #8928D0; }
#footer-content .purple a { color: #8928D0; }

#footer-content .orange { border-color: #FF6600; color: #FF6600; }
#footer-content .orange a { color: #FF6600; }

#footer-content .blue { border-color: #0000FF; color: #0000FF; }
#footer-content .blue a { color: #0000FF; }

#footer-content .boxAuthor {
	width: 160px;
	float: left;
	text-align: right;
}
#footer-content .boxAuthor img {
	border: none;
	margin-bottom: 7px;
}

