html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'Yanone Kaffeesatz',sans-serif;*/
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #5F5F5F;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #5F5F5F;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 100%;;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header_container {
	background: url('../image/header_container_bg.jpg') repeat-x;
	width: 100%;
	padding-top: 5px;
}
#header {
    background: url("../image/content_bg.png") repeat scroll 0 0 transparent;
    border-left: 1px solid #B92720;
    border-right: 1px solid #B92720;
    margin: 0 auto;
    width: 958px;
}
#header .div1{
    height: 152px;
}
#header .div2 {
    float: left;
    height: 151px;
}
#header .div21 {
    border-bottom: 1px solid #A6A6A6;
    float: left;
    height: 111px;
    text-align: center;
    width: 423px;
}
#header .div21 span{
    color: #6B6F70;
    float: left;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 50px;
    font-style: italic;
    margin: 26px 39px;
}
#header .div3 {
	float: right;
	width: 263px;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
}
#header .div31 {
    background-color: #666666;
    color: #C3C3C3;
    font-size: 16px;
    height: 33px;
    text-align: center;
}
#header .div31 span{
    float: left;
    margin: 7px 25px;
}
#header .div31 a, #header .div31 a:visited{
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	font-size: 15px;
}
#header .div31 a.first{
	border-right: 1px solid #14a1c0;
}
#header .div32 {
    background-color: #FFFFFF;
    border-bottom: 1px solid #A6A6A6;
    height: 38px;
    padding-top: 3px;
    text-align: center;
}
#header .div32 a{
    color: #5F5F5F;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
	margin: 0 10px;
}
#header .div32 div{
    color: #AAA9A9;
    font-size: 16px;
    font-weight: bold;
}
#header .div33 {
	background-color: #fff;
}
#header .div33 input{
    border: medium none;
    color: #C6C6C6;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    width: 200px;
}
#header .div33 .searchbutton{
    background: url("../image/searchbutton.jpg") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: right;
    height: 35px;
    width: 38px;
}
#header .menus{
    float: right;
    height: 40px;
}
#header .menus a{
    border-right: 1px solid #B92720;
    color: #3C3C3C;
    float: right;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 25px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.container_divider{
    background: url("../image/container_divider.png") repeat-x;
	height: 10px;
	width: 100%;
}
.container_divider_2{
    background: url("../image/container_divider_2.png") repeat-x;
	height: 12px;
	width: 100%;
}
.container_divider_3{
    background: url("../image/container_divider_3.png") repeat-x;
	height: 22px;
	width: 100%;
}
#content_container{
    background: url("../image/content_container_bg.png") repeat-x;
	width: 100%;
}
#content_container_inner{
    background: url("../image/content_bg.png") repeat scroll 0 0 transparent;
    border-left: 1px solid #B92720;
    border-right: 1px solid #B92720;
    margin: 0 auto;
    width: 958px;
}
#breadcrumb {
    border-top: 1px solid #A6A6A6;
    color: #000000;
    float: left;
    height: 18px;
    padding: 3px 20px;
    width: 918px;
}
#breadcrumb a{
	color: #000000;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 272px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
    border-left: 1px solid #6E6E6E;
    margin-left: 272px;
}
#content .toppart{
    background: url("../image/top_bg.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 25px;
    height: 37px;
    padding-left: 20px;
    padding-top: 4px;
    text-align: left;
}
#content .toppart span{
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz',sans-serif;
}
#content .toppart a, #content .toppart a:visited{
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz',sans-serif;
    color: #FFFFFF;
	text-decoration: none;
    font-size: 25px;
}
#content .bodypart{
    background-color: #FFFFFF;
    padding: 10px 0 9px;
    text-align: center;
}
#content .bottompart{
    background: url("../image/bottompart.png") repeat-x scroll 0 0 transparent;
    height: 10px;
}
#content .home_top .category_holder{
	width: 478px;
	float: left;
}
#content .home_top .category_holder:first-child{
	border-right: 1px solid #d3d3d3;
}
#content .home_top .selectregion{
	background: url('../image/selectregion.jpg') no-repeat;
	width: 152px;
	height: 237px;
	display: block;
	float: right;
}
#content .product_holder .bodypart a{
	margin: 0 15px;
}
#content .locator_news .upper{
	background: url('../image/locator_bg.png') repeat-x;
	height: 32px;
	padding: 5px 10px;
}
#content .locator_news .upper span{
    float: left;
    margin-top: -3px;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 30px;
	margin-right: 10px;
    font-weight: bold;
	color: #5f5f5f;
}
#content .locator_news .upper .locator{
    color: #A90A02;
    text-transform: uppercase;
}
#content .locator_news .upper .news{
    color: #118CA6;
    margin-left: 90px;
}
#content .locator_news .lower .selectregion2{
	background: url('../image/selectregion2.jpg') no-repeat;
	width: 290px;
	height: 246px;
	display: block;
	float: left;
}
#content .locator_news .lower .news_holder{
    border-bottom: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    border-top: 1px solid #A6A6A6;
    float: right;
    height: 184px;
    padding: 30px;
    width: 606px;
}
#content .locator_news .lower .news_holder .title{
    background: url("../image/red_arrow.png") no-repeat scroll 0 6px transparent;
    color: #A80902;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
}
#content .locator_news .lower .news_holder .content_body{
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 10px;
    padding-left: 30px;
}
#content .top .left {
	width: 0px;
	height: 32px;
	float: left;
}
#content .top .right {
	width: 0px;
	height: 32px;
	float: right;
}
#content .top .center {
    background: url("../image/top_bg.png") repeat-x scroll 0 0 transparent;
    margin-left: 0;
    margin-right: 0;
}
#content .top h1 {
    color: #FFFFFF;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 20px;
    padding: 8px 0 8px 7px;
}
#content h1, .heading {
	color: #B00A02;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
    background: none repeat scroll 0 0 #FFFFFF;
    min-height: 500px;
    padding: 20px;
}
#content .middle .description{
    padding: 15px 15px 0;
}
#content .middle .promot_product{
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}
#content .middle .promot_product .left{
    border-right: 1px solid #C4C4C4;
    float: left;
    padding: 10px 0 0;
    width: 268px;
}
#content .middle .promot_product .left .desc{
    height: 225px;
    margin: 0 25px;
    overflow: hidden;
}
#content .middle .promot_product .left .desc p{
	margin-bottom: 0px;
}
#content .middle .promot_product .left .desc .title{
    color: #B00A02;
    display: block;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 28px;
    margin-bottom: 5px;
}
#content .middle .promot_product .left .sales{
    background: url("../image/sales.jpg") no-repeat scroll 50% 50% transparent;
    border-right: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
    float: left;
    height: 54px;
    width: 137px;
}
#content .middle .promot_product .left .price{
    background: none repeat scroll 0 0 #B00A02;
    color: #FFFFFF;
    float: right;
    font-size: 28px;
    font-weight: bold;
    height: 45px;
    padding-top: 10px;
    text-align: center;
    width: 130px;
}
#content .middle .promot_product .right{
    float: right;
    height: 275px;
    padding-top: 15px;
    text-align: center;
    width: 416px;
}
#content .middle .subtitle{
	padding: 5px 25px;
	font-size: 14px;
	font-weight: bold;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 0;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 0;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 0;
	margin: 0 5px;
}
.box {
    background: url("../image/top_bg.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #BDBBBC;
}
.box .top {
    color: #FFFFFF;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0 8px 20px;
    text-transform: capitalize;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 0 0px 50px;
}
.box .bottom {
	height: 0px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
	clear: both;
	height: 0px;
}
.clear1 { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
	height: 0px;
}
.button {
	padding-left: 8px;
	display: inline-block;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
    background: url("../image/button_right.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
    display: block;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 26px;
    padding: 7px 12px 8px 5px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.content .price{
    float: left;
    font-size: 25px;
    font-weight: bold;
}
.content .qty{
    float: right;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 25px;
    text-align: right;
    text-transform: uppercase;
}
.content .qty input{
    font-size: 20px;
    height: 25px;
    text-align: center;
    width: 25px;
}
.content .qty .plus{
    background: url("../image/plus.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 46px;
    width: 44px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}
.list td {
    border-right: 1px solid #D5D5D5;
    padding: 0;
    text-align: center;
    vertical-align: top;
}
.list1 {
	width: 100%;
	border-collapse: collapse;
}
.list1 td {
    padding: 20px 0;
    text-align: center;
    vertical-align: top;
}
.dot_bg{
	background: url("../image/content_bg.png") repeat scroll 0 0 transparent;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
    background: url("../image/content_bg.png") repeat scroll 0 0 transparent;
    height: 44px;
    margin-bottom: 0;
    width: 100%;
}
.tabs a {
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 25px;
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
    background: none repeat scroll 0 0 #B00A02;
    border-bottom: 0 none;
    color: #FFFFFF;
    padding-bottom: 8px;
    z-index: 3;
}
.tab_page {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    display: block;
    padding: 0 10px;
    z-index: 2;
}
.tab_page .youalsolike{
    background: url("../image/content_bg.png") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding-left: 20px;
}
#exclusive {
	width: 100%;
}
#exclusive .exclusive_inner{
	border-left: 1px solid #B92720;
	border-right: 1px solid #B92720;
	width: 958px;
	margin: 0 auto;
}
#exclusive .exclusive_inner p{
	padding: 0;
	margin: 0;
}
#exclusive .exclusive_inner p img{
}
#footer_holder {
	width: 100%;
	background: url('../image/footer_bg.png') repeat-x;
}
.powerby{
	color: #fff;
	margin: 0 45px;
	text-align: right;
}
.powerby a{
	color: #fff;
}
#footer {
	background: url('../image/footer_container_bg.jpg') repeat-x;
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;
	border-top: 1px solid #DDDDDD;
}
#footer .footer_inner{
    background-color: #FFFFFF;
    border: 1px solid #395359;
    margin: 30px 40px 0;
    padding: 35px 45px;
}
#footer .footer_inner .upper{
	margin-bottom: 10px;
}
#footer .footer_inner .upper ul{
    float: left;
    list-style: none outside none;
    margin: 0 17px;
    padding: 0;
    text-align: center;
    width: 180px;
}
#footer .footer_inner .upper ul.first, #footer .footer_inner .upper ul.last{
	margin: 0;
}
#footer .footer_inner .upper ul li a{
	font-size: 16px;
	color: #5F5F5F;
    text-decoration: none;
}
#footer .footer_inner .upper ul li:first-child a{
    color: #5F5F5F;
    cursor: default;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
#footer .footer_inner .upper ul li:first-child{
    padding-bottom: 5px;
}
#footer .footer_inner .upper ul li{
    border-bottom: 1px solid #A09C9A;
    height: 22px;
    padding-top: 4px;
	overflow: hidden;
}
#footer .footer_inner .lower{
	margin: 10px 0 0;
}
#footer .footer_inner .lower .newsletter{
    float: left;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 25px;
    font-weight: bold;
    width: 360px;
}
#footer .footer_inner .lower .contactus{
	background: url('../image/contactus.png') no-repeat;
	width: 219px;
	height: 70px;
	float: right;
	display: block;
}
#album ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#category ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}
#category ul li a{
    border-bottom: 1px solid #BDBBBC;
    color: #5F5F5F;
    display: block;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 20px;
    padding: 2px 0 4px 20px;
    text-decoration: none;
    width: 252px;
}
#category ul li ul li a{
    padding: 2px 0 4px 40px;
    width: 232px;
}
#category ul li a b{
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-size: 20px;
}
#blog_category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}
#information ul li a{
    border-bottom: 1px solid #BDBBBC;
    color: #5F5F5F;
    display: block;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 20px;
    padding: 2px 0 4px 20px;
    text-decoration: none;
    width: 252px;
}
#information ul li ul li a{
    padding: 2px 0 4px 40px;
    width: 232px;
}
#information ul li a b{
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-size: 20px;
}
#newsletter input {
    border: 1px solid #B70A02;
    float: left;
    font-size: 25px;
    height: 35px;
    margin: 0;
    padding: 0 10px;
    width: 290px;
}
#newsletter a {
	background: url('../image/go.jpg') no-repeat;
	width: 38px;
	height: 38px;
	float: left;
	display: block;
}
#newsletter span {
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 25px;
	color: #b70a02;
}
#newsletter .error {
	font-size: 12px;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
#module_cart{
}
#module_cart .middle {
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
	color: #222;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.png') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}
.div_banner {
	margin: 0px;
	padding: 0px;
}
.scrollbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 100px;
    overflow-y: scroll;
}
.scrollbox div {
	padding: 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
#markers{
    width: 500px;
}
#markers .marker {
    border-bottom: 1px dashed;
    margin-bottom: 10px;
    padding: 0 20px 10px;
}
#markers .marker p{
	margin: 0;
	padding: 0;
}
#markers .marker .marker_left{
    float: left;
    text-transform: uppercase;
    width: 150px;
}
#markers .marker .marker_middel{
    margin: 0 0 0 200px;
    text-align: left;
    width: 250px;
}
#markers .marker .marker_right{
    float: right;
    width: 100px;
}
#markers .marker .marker_description{
}


#forum_topic {
	margin-bottom: 10px;
	border: 1px solid #e2e2e2;
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	word-wrap: break-word; 
	white-space:normal;
}

#forum_topic h1 {
	padding:0;
	margin:0;
	font-weight:normal;
}

#forum_topic ul {
	list-style:none;
	padding:0;
	margin:0;
}

#forum_topic ul li {
	float:left;
	padding-left:5px;
}

.forum_post_header {
	border-right:1px #fff solid;
}

#forum_post {
	margin-bottom: 10px;
	background: #efefef;
	border: 1px solid #e2e2e2;
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	word-wrap: break-word; 
	white-space:normal;
}

#forum_post h3 {
	padding:0;
	margin:5px 0 5px 0;
}

#forum_post:nth-child(odd) {
	background: #f8f8f8;
	border: 1px solid #e2e2e2;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:10px;
	word-wrap: break-word; 
	white-space:normal;
}
#forum_post .quote_image{
    height: 15px;
    text-align: right;
    width: 100%;
}
#forum_post_form {
	margin-bottom: 10px;
}

#forum_sticky {
	width:300px;
	padding:0;
	margin:0;
	/*border:1px solid #00F;*/
	border-right:1px dotted #CCC;
	display:block;
	float:left;
}

#forum_featured {
	width:250px;
	padding:0 0 15px 5px;
	margin:0;
	float:left;
	/*border:1px solid #00F;*/
	display:block;
	
}

#forum_latest_gadget h3, #forum_sticky_gadget h3{
	margin: 0;
}
#forum_latest_gadget ul, #forum_sticky_gadget ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
}
#forum_latest {
	width:550px;
	/*border:1px solid #000;*/
	display:block;
	margin:0;
	padding:0;
	float:left;
}

#forum_sticky ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	/*border:1px solid #00F;*/
}

#forum_sticky ul li{
	display:block;
	padding-bottom:5px;
}

#forum_sticky img{
	padding:3px 8px 3px 3px;
	display:block;
	
	/*border:1px solid #000;*/
	float:left;
}

#forum_featured ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	/*border:1px solid #00F;*/
}

#forum_featured ul li{
	display:block;
	padding-bottom:3px;
}

#forum_featured img{
	padding:3px 8px 3px 3px;
	display:block;
	
	/*border:1px solid #000;*/
	float:left;
}

#forum_parent {
	
	padding:0;
	margin:0;
	display:block;
	
}

#forum_parent ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	
	/*border:1px solid #00F;*/
}

#forum_parent ul li{
	display:block;
	padding-bottom:5px;
	float:left;
}

#forum_parent img{
	padding:3px 8px 3px 3px;
	display:block;
	
	/*border:1px solid #000;*/
	float:left;
}

.forum_parent_description{
	width:350px;
	display:block;
	word-wrap: break-word;
	/*border: 1px solid #000;*/
}

.forum_parent_topic {
	text-decoration:underline;
	font-weight:bold;
	width:70px;
	display:block;
	text-align:center;
}

.forum_parent_post {
	color:#000;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
	width:70px;
	display:block;
	text-align:center;
}

#forum_latest ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	
	/*border:1px solid #00F;*/
}

#forum_latest ul li{
	display:block;
	padding-bottom:5px;
	/*border:1px solid #000;*/
	
}

#forum_latest img{
	padding-right:5px;
}

.forum_sticky_description{
	font-size:11px;
}

a.forum_sticky_name:link{
	font-weight:bold;
	text-decoration:underline;
}

a.forum_sticky_name:hover{
	color:#000;
	text-decoration:none;
}

a.forum_sticky_name:visited{
	color:#000;
}

a.forum_featured_name:link{
	font-weight:bold;
	text-decoration:underline;
}

a.forum_featured_name:hover{
	text-decoration:none;
}

.forum_latest_description{
}

a.forum_latest_name:link{
	font-weight:bold;
	text-decoration:none;
}

a.forum_latest_name:hover{
	text-decoration:underline;
}

a.forum_latest_name:visited{
}

.forum_latest_date {
	width:40px;
	padding-right:5px;
	text-align:center;
	float:left;
	border-right: 1px solid #DDDDDD;
	margin-right: 10px;
}

.forum_sidebar_latest_date {
	padding-right:5px;
	text-align: right;
	display: block;
}

.forum_number {
	text-align:center;
	width:70px;
	display:block;
}

.forum_create_by {
	font-weight:bold;
}

.forumline {
	border-bottom:1px #ecf3f7 dotted;
}

.forum_creat_topic{
	width:200px;
	padding:0;
	margin:0;
	
	float:left;
	
}

/*
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 70%;
  background: url(../image/quote_down.png) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
}
*/

blockquote:first-letter {
  background: url(../image/quote_up.png) no-repeat left top;
  padding-left: 18px;
}

blockquote {
  padding-left: 18px;
  padding-right:18px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  margin: 5px;
  
  /*background-image: url(../images/quote_up.png);
  background-position: middle left;
  background-repeat: no-repeat;*/
  text-indent: 23px;
}

cite {
    font-size: 0.8em;
	font-weight:bold;
    width: 70%;
	display:block;
}

.forums .top {
	padding: 8px 0px 8px 7px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#news {
	margin: 0;
	padding:0;
	text-align: left;
	list-style:none;
}
.news_title{
	display: block;
}
#newslist ul{
	list-style:none;
	margin: 0;
	padding:0;
}

#newslist ul li h1 a{
	text-transform:uppercase;
	font-weight:normal;
}

#news .description {
	font-size: 0.8em;
	font-weight:bold;
	text-transform:uppercase;
}

#news .subject1{
	background: #e1ebf3;
	border: 10px solid #e1ebf3;
	border-top: 10px solid #e1ebf3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:10px;
	word-wrap: break-word; 
	white-space:normal;
	
}

#news .subject2{
	background: #ecf3f7;
	border: 10px solid #ecf3f7;
	border-top: 10px solid #ecf3f7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:10px;
	word-wrap: break-word; 
	white-space:normal;
	
}

#newsline{
	border-bottom:1px #ecf3f7 dotted;
	padding:0 0 10px 0;
	margin-bottom:10px;
}

#news .timeago{
	padding:0 0 10px 0;
	font-size: 0.8em;
    width: 95%;
	display:block;
	text-align:left;
}
#news .time {
	text-transform:none;
}
#news .createby{
	border-top:1px #ecf3f7 dotted;
	border-bottom:1px #ecf3f7 dotted;
	margin: 5px;
	padding: 5px;
}
#news .ip{
    margin: 0;
    padding: 0;
    text-align: right;
}
.videos_holder{
}
.video_holder{
    display: inline-block;
    text-align: center;
    width: 80px;
}
.news_description{
	border-bottom:1px #ecf3f7 dotted;
	margin: 5px;
	padding: 5px;
}
.newsrelated{
}

#postcode{
	width: 100px;
}
.mapleft{
	float: left;
	width: 500px;
}
#map {
    float: right;
    height: 350px;
    position: relative;
    width: 400px;
}
.product_description p{
	margin-bottom: 5px;
}