@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
	font: normal 12px Tahoma;
	color: #6D6D66;
}

a {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
}

/**
 * Overlay
 */
#Overlay {
	background: url('../image/BgOverlay.png');
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
}

#OverlayField {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 101;
}

/* PopUp */
#PopUp {
	background: #F4F4F4;
	margin: -243px auto 0px auto;
	padding: 20px;
	position: relative;
	width: 486px;
	top: 50%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#PopUpClose {
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	display: block;
}

#PopUpWindow {
	overflow: hidden;
}

/**
 * MSG
 */
.MSGError {
	background: #FFCECC;
	border: solid 1px #D8C1BB;
	margin: 10px;
	font-weight: bold;
	color: #414141;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.MSGOk {
	background: #9AFF9B;
	border: solid 1px #8DDF73;
	margin: 10px;
	font-weight: bold;
	color: #414141;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.MSGError span, .MSGOk span {
	padding: 10px;
	display: block;
}

/**
 * Container
 */
#Container {
	margin: 0 auto;
	position: relative;
}

.ContainerWidth {
	width: 980px;
}

#Wrapper {
    background: #E1E1E1 url('../image/Bg.png') top repeat-x;
}

/**
 * Header
 */
#Header {
	background: url('../image/HeaderImage.png') 365px 18px no-repeat;
	position: relative;
	height: 240px;
}

#LogoLink {
	position: absolute;
	top: 46px;
	left: 18px;
}

/**
 * MiniMenu
 */
#MiniMenu {
	position: absolute;
	top: 10px;
	right: 0px;
}

.MiniMenuLink, .FormLoginLink {
	font-size: 11px;
	color: #B6B6B6;
	float: left;
}

#MiniMenu span, #FormLogin span {
	margin: 0px 7px;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	float: left;
}

/**
 * Form Login
 */
#FormLogin {
	position: absolute;
	width: 360px;
	height: 32px;
	top: 50px;
	right: 0px;
}

#FormLogin .InpText {
	background: url('../image/InputText_01.png') no-repeat;
	border: 0px;
	margin-right: 10px;
	padding: 0px 10px;
	width: 134px;
	height: 32px;
	line-height: 32px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	float: left;
	outline: none;
}

#FormLogin .InpSend {
	background: url('../image/InputSubmit_01.png') no-repeat;
	border: 0px;
	width: 32px;
	height: 32px;
	float: left;
	cursor: pointer;
	outline: none;
}

#FormLogin a, #FormLogin span {
	margin-top: 10px;
}

/**
 * Menu
 */
#Menu {
	background: url('../image/Menu.png') repeat-x;
	position: absolute;
	width: 980px;
	height: 46px;
	top: 127px;
	right: 0px;
}

#MenuLeft {
	background: url('../image/MenuLeftTop.png') no-repeat;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#MenuRight {
	background: url('../image/MenuRightTop.png') no-repeat;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 0px;
	right: 0px;
	z-index: 10;
}

.MenuItem {
	position: relative;
	height: 46px;
	float: left;
	z-index: 5;
}

.MenuLink {
	padding: 0px 16px 0px 17px;
	position: relative;
	height: 46px;
	line-height: 46px;
	font-family: "PFDinDisplayProBlack";
	font-size: 13px;
	color: #F2F2F2;
	display: block;
	float: left;
	z-index: 3;
}

.MenuLink img {
	margin-top: 15px;
}

.MenuItem:hover, .MenuItemActive {
	background: url('../image/MenuHover.png') repeat-x;
}

.MenuItem:hover a, .MenuItemActive a {
	color: #FFFFFF;
}

.SubMenuItem {
	padding-bottom: 12px;
	position: absolute;
	width: 203px;
	top: 46px;
	display: none;
	z-index: 50;
}

.MenuItemLeft .SubMenuItem {
	left: 0px;
}

.MenuItemRight .SubMenuItem {
	right: 0px;
}

.SubMenuItemContent {
	background: #C91514 url('../image/SubMenuTop.png') top no-repeat;
	overflow: hidden;
}

.SubMenuItemLink {
	background: url('../image/SubMenuLink.png') 21px 12px no-repeat;
	border-bottom: dotted 1px #F06A69;
	padding-left: 30px;
	height: 27px;
	line-height: 27px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
}

.SubMenuItemLink:hover {
	background-color: #ED2623;
}

.SubMenuItemLinkLast {
	border-bottom: 0px;
}

.SubMenuItemBottom {
	background: url('../image/SubMenuBottom.png') no-repeat;
	height: 12px;
	overflow: hidden;
}

.MenuItemActive .SubMenuItem {
	display: block;
	z-index: 4;
}

.MenuItem:hover .SubMenuItem {
	display: block;
	z-index: 5;
}

.MenuSep {
	background: url('../image/MenuSep.png') no-repeat;
	width: 2px;
	height: 46px;
	float: left;
}

/**
 * Search Box
 */
#SearchBox {
	background: url('../image/SearchBox.png') no-repeat;
	padding-top: 13px;
	padding-left: 20px;
	position: absolute;
	width: 960px;
	height: 54px;
	bottom: 0px;
	z-index: 2;
}

#SearchBox .InpText {
	background: url('../image/InputText_02.png') no-repeat;
	border: 0px;
	margin-right: 20px;
	padding: 0px 10px;
	width: 585px;
	height: 42px;
	line-height: 42px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	float: left;
	outline: none;
}

#SearchBox .InpSend {
	background: url('../image/InputSubmit_02.png') no-repeat;
	margin-left: 20px;
	border: 0px;
	width: 102px;
	height: 42px;
	float: left;
	cursor: pointer;
	outline: none;
}

/**
 * Page Navig
 */
#PageNavig {
	height: 30px;
	line-height: 40px;
	font-size: 11px;
	overflow: hidden;
}

#PageNavigHeader {
	margin-left: 20px;
	margin-right: 7px;
	color: #7F7F7F;
	float: left;
}

.PageNavigLink {
	text-decoration: underline;
	color: #ED2623;
	float: left;
}

#PageNavig span {
	margin: 0px 8px;
	color: #7F7F7F;
	float: left;
}

/**
 * Content
 */
#Content {
	background: #FFFFFF url('../image/Content.png') right repeat-y;
	margin-bottom: 25px;
	position: relative;
}

.HeaderDotted, .HeaderSolid, .Header {
	padding-left: 20px;
	position: relative;
	/*height: 65px;*/
	line-height: 80px;
	font-family: "PFDinDisplayProBlack";
	font-size: 19px;
	color: #474747;
	overflow: hidden;
}

.HeaderDotted span, .HeaderSolid span, .Header span {
	color: #A0A0A0;
}

.HeaderDotted {
	background: url('../image/HR_02.png') bottom repeat-x;
}

.HeaderSolid {
	background: url('../image/HR_01.png') bottom repeat-x;
}

.HeaderDotted span.Name {
	margin-right: 10px;
	color: #474747;
	float: left;
}

.HeaderDotted .Icon {
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 32px;
	top: 24px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.HeaderDotted .Icon .IconField {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	display: table-cell;
}

.HeaderDotted .Rate {
	margin-right: 10px;
	float: right;
}

.HeaderDotted .RateHeader {
	margin-right: 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4C4E5D;
	float: left;
}

.MiniHeader {
	background: url('../image/SearchOptionB.png') repeat-x;
	padding: 0px 20px;
	height: 52px;
	line-height: 52px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

hr.Dotted {
	border: 0px;
	border-bottom: dotted 1px #C5C5C5;
}

/**
 * Big Column
 */
#BigColumn {
	width: 702px;
	float: left;
}

#BigColumn .Pagination, #BigColumn .PaginationImage {
	padding-left: 20px;
	padding-right: 20px;
}

#Text {
	padding: 20px;
	overflow: hidden;
	clear: both;
}

.TextImage {
	margin-right: 10px;
	width: 198px;
	height: 148px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.TextImageField {
	width: 198px;
	height: 148px;
	vertical-align: middle;
	display: table-cell;
}

.TextDesc {
	width: 452px;
	line-height: 16px;
	font-size: 11px;
	color: #858585;
	float: right;
}

.TextDownload {
	background: url('../image/More_03.png') no-repeat;
	margin-top: 10px;
	width: 251px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

/**
 * Share
 */
#Share {
	background: url('../image/Share.png') repeat-x;
	padding: 0px 20px;
	height: 47px;
	line-height: 47px;
}

#Share .FRight {
	text-decoration: underline;
	font-size: 10px;
	color: #ED2623;
}

/**
 * Register
 */
#RegisterField {
	margin: 30px auto;
	width: 486px;
}

#RegisterField p {
	line-height: 16px;
	font-size: 11px;
	color: #858585;
}

#RegisterField p b {
	padding-bottom: 4px;
	font-size: 12px;
	color: #2A2A2A;
	display: block;
}

#RegisterForm {
	background: #F4F4F4;
	margin: 20px auto;
	padding-top: 16px;
	padding-bottom: 26px;
	padding-left: 38px;
	padding-right: 38px;
	width: 410px;
	font-size: 11px;
	color: #858585;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#RegisterForm hr {
	margin-top: 14px;
}

#RegisterForm .FieldHeader {
	margin-top: 12px;
}

#RegisterForm .FieldHeader span {
	color: #FF0000;
}

#RegisterForm .InpText {
	background: url('../image/InputText_03.png') no-repeat;
	border: 0px;
	margin-top: 7px;
	padding: 0px 10px;
	width: 274px;
	height: 32px;
	line-height: 32px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	outline: none;
}

#RegisterForm .InpTextMini {
	background: url('../image/InputText_04.png') no-repeat;
	border: 0px;
	margin-top: 7px;
	padding: 0px 10px;
	width: 174px;
	height: 32px;
	line-height: 32px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	outline: none;
}

#RegisterForm .InpSend {
	background: url('../image/InputSubmit_BG.png') repeat-x;
	border: 0px;
	margin-top: 17px;
	padding: 0px 10px;
	height: 42px;
	line-height: 42px;
	text-shadow: 1px 1px 1px #000000;
	font-family: "PFDinDisplayProBlack";
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/**
 * PopUp
 */
#PopUp .FieldHeader {
	margin-top: 12px;
}

#PopUp .InpText {
	background: url('../image/InputText_03.png') no-repeat;
	border: 0px;
	margin-top: 7px;
	padding: 0px 10px;
	width: 274px;
	height: 32px;
	line-height: 32px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	outline: none;
}

#PopUp textarea {
	background: url('../image/Textarea_01.png') no-repeat;
	border: 0px;
	margin-top: 10px;
	padding: 10px 5px 5px 5px;
	width: 404px;
	height: 117px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	outline: none;
}

#PopUp .InpSend {
	background: url('../image/InputSubmit_BG.png') repeat-x;
	border: 0px;
	margin-top: 17px;
	padding: 0px 10px;
	height: 42px;
	line-height: 42px;
	text-shadow: 1px 1px 1px #000000;
	font-family: "PFDinDisplayProBlack";
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/**
 * Send
 */
#SendField {
	margin: 30px auto;
	width: 486px;
}

#SendField p {
	line-height: 16px;
	font-size: 11px;
	color: #858585;
}

#SendField p b {
	padding-bottom: 4px;
	font-size: 12px;
	color: #2A2A2A;
	display: block;
}

#SendForm {
	background: #F4F4F4;
	margin: 20px auto;
	padding-top: 16px;
	padding-bottom: 26px;
	padding-left: 38px;
	width: 448px;
	font-size: 11px;
	color: #858585;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#SendForm .FieldHeader {
	margin-top: 12px;
}

#SendForm .InpText {
	background: url('../image/InputText_03.png') no-repeat;
	border: 0px;
	margin-top: 7px;
	padding: 0px 10px;
	width: 274px;
	height: 32px;
	line-height: 32px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	outline: none;
}

#SendForm textarea {
	background: url('../image/Textarea_01.png') no-repeat;
	border: 0px;
	margin-top: 10px;
	padding: 10px 5px 5px 5px;
	width: 404px;
	height: 117px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	outline: none;
}

#SendForm .InpSend {
	background: url('../image/InputSubmit_BG.png') repeat-x;
	border: 0px;
	margin-top: 17px;
	padding: 0px 10px;
	height: 42px;
	line-height: 42px;
	text-shadow: 1px 1px 1px #000000;
	font-family: "PFDinDisplayProBlack";
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/**
 * Contact
 */
#ContactField {
	margin: 30px auto;
	width: 486px;
}

#ContactField p {
	line-height: 16px;
	font-size: 11px;
	color: #858585;
}

#ContactField p b {
	padding-bottom: 4px;
	font-size: 12px;
	color: #2A2A2A;
	display: block;
}

#ContactForm {
	background: #F4F4F4;
	margin: 20px auto;
	padding-top: 16px;
	padding-left: 38px;
	width: 448px;
	height: 393px;
	font-size: 11px;
	color: #858585;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#ContactForm .FieldHeader {
	margin-top: 12px;
}

#ContactForm .InpText {
	background: url('../image/InputText_03.png') no-repeat;
	border: 0px;
	margin-top: 7px;
	padding: 0px 10px;
	width: 274px;
	height: 32px;
	line-height: 32px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	outline: none;
}

#ContactForm textarea {
	background: url('../image/Textarea_01.png') no-repeat;
	border: 0px;
	margin-top: 10px;
	padding: 10px 5px 5px 5px;
	width: 404px;
	height: 117px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	outline: none;
}

#ContactForm .InpSend {
	background: url('../image/InputSubmit_BG.png') repeat-x;
	border: 0px;
	margin-top: 17px;
	padding: 0px 10px;
	height: 42px;
	line-height: 42px;
	text-shadow: 1px 1px 1px #000000;
	font-family: "PFDinDisplayProBlack";
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/**
 * Comments
 */
#CommentHeader {
	margin: 0px 20px;
	height: 50px;
	line-height: 50px;
	font-family: "PFDinDisplayProBlack";
	font-size: 14px;
	color: #474747;
}

.CommentItem {
	border-bottom: dotted 1px #C5C5C5;
	margin: 0px 20px;
	padding: 15px 0px;
	font-size: 11px;
	overflow: hidden;
}

.CommentItemLast {
	margin: 0px 20px;
	padding: 15px 0px;
	font-size: 11px;
	overflow: hidden;
}

.CommentItemLogin {
	text-decoration: underline;
	font-size: 11px;
	color: #ED2623;
	float: left;
}

.CommentItemDate {
	color: #AFAFAF;
	float: right;
}

.CommentItemDesc {
	padding-top: 7px;
	line-height: 16px;
	overflow: hidden;
	clear: both;
}

#CommentForm {
	background: #F4F4F4;
	margin: 20px auto;
	padding-top: 28px;
	padding-left: 38px;
	width: 448px;
	height: 269px;
	font-size: 11px;
	color: #858585;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#CommentForm .Login {
	text-decoration: underline;
	font-size: 11px;
	color: #ED2623;
}

#CommentForm .FieldHeader {
	margin-top: 19px;
}

#CommentForm textarea {
	background: url('../image/Textarea_01.png') no-repeat;
	border: 0px;
	margin-top: 10px;
	padding: 10px 5px 5px 5px;
	width: 404px;
	height: 117px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	outline: none;
}

#CommentForm .InpSend {
	background: url('../image/InputSubmit_BG.png') repeat-x;
	border: 0px;
	margin-top: 17px;
	padding: 0px 10px;
	height: 42px;
	line-height: 42px;
	text-shadow: 1px 1px 1px #000000;
	font-family: "PFDinDisplayProBlack";
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/**
 * User Info
 */
#UserInfo {
	background: url('../image/UserInfo.png') bottom no-repeat;
	padding: 20px;
	overflow: hidden;
}

#UserInfoA {
	width: 380px;
	float: left;
}

#UserInfoB {
	width: 260px;
	float: right;
}

#UserInfoAImage {
	margin-right: 20px;
	width: 101px;
	height: 101px;
	overflow: hidden;
	float: left;
}

#UserInfoA p, #UserInfoB p {
	line-height: 30px;
	font-size: 11px;
	color: #858585;
}

#UserInfoB p.Desc {
	line-height: 16px;
	font-size: 11px;
	color: #858585;
	clear: both;
}

#UserInfoA p a {
	text-decoration: underline;
	color: #ED2623;
}

#UserInfoA p b, #UserInfoB p b {
	width: 200px;
	display: block;
	float: left;
}


/**
 * Product Info
 */
#ProductInfo {
	background: url('../image/ProductInfo.png') bottom no-repeat;
	padding: 20px;
	overflow: hidden;
}

.ProductInfoItem {
	width: 300px;
}

.ProductInfoItem p {
	line-height: 30px;
	font-size: 11px;
	color: #858585;
}

.ProductInfoItem p a {
	text-decoration: underline;
	color: #ED2623;
}

.ProductInfoItem p b {
	width: 100px;
	display: block;
	float: left;
}

/**
 * Home Column
 */
#HomeColumn {
	width: 492px;
	float: left;
}

/**
 * Search Option
 */
#SearchOption {
	background: url('../image/SearchOption.png') repeat-x;
	padding-left: 29px;
	padding-right: 29px;
	height: 51px;
	line-height: 51px;
}

#SearchOptionB {
	background: url('../image/SearchOptionB.png') repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	height: 52px;
	line-height: 52px;
	font-size: 11px;
	color: #858585;
}

#SearchOptionB b {
	color: #000000;
}

.SearchOptionHeader {
	margin-right: 5px;
	font-size: 11px;
	color: #6D6D66;
	float: left;
}

/**
 * Pagination
 */

.PaginationImage {
	background: url('../image/HR_01.png') bottom repeat-x;
	padding-left: 29px;
	padding-right: 29px;
	height: 45px;
	line-height: 51px;
	text-align: center;
	overflow: hidden;
}

.PaginationPrev {
	background: url('../image/PaginationPrev.png') no-repeat;
	position: relative;
	width: 85px;
	height: 18px;
	top: 13px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: left;
}

.PaginationNext {
	background: url('../image/PaginationNext.png') no-repeat;
	position: relative;
	width: 75px;
	height: 18px;
	top: 13px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: right;
}

.PaginationLink {
	background: url('../image/PaginationLink.png') no-repeat;
	width: 26px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	color: #4D4D4D;
	overflow: hidden;
	display: inline-block;
}

.PaginationActive {
	background-position: 0 -19px;
	text-shadow: 1px 1px 0px #9E0202;
	color: #FFFFFF;
}


/**
 * Article Box
 */
.ArticleBox {
	background: url('../image/ArticleBox.png') bottom no-repeat;
	padding-top: 23px;
	padding-bottom: 15px;
	padding-left: 29px;
	padding-right: 29px;
	overflow: hidden;
}

.ArticleItem {
	width: 200px;
}

.ArticleItemTitle {
	margin-bottom: 10px;
	font-weight: bold;
	color: #2A2A2A;
}

.ArticleItem p {
	line-height: 16px;
	font-size: 11px;
	color: #858585;
}

.ArticleItemButton {
	background: url('../image/More_01.png') no-repeat;
	margin-top: 10px;
	width: 89px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: right;
}

/**
 * Product
 */
#ProductContent {
	padding: 0px;
	overfow: hidden;
}

#ProductContentImage {
	background: url('../image/HR_01.png') left repeat-y;
	padding: 0px;
	position: relative;
	left: -1px;
	overfow: hidden;
	z-index: 1;
}

.ProductItem {
	background: url('../image/HR_02.png') bottom repeat-x;
	margin: 0px 20px;
	padding: 15px 0px 15px 0px;
}

.ProductItemLast {
	background: none;
	padding-bottom: 25px;
}

.ProductItemLast {
	background: none;
}

.ProductItemTitle {
	overflow: hidden;
}

.ProductItemIcon {
	margin-right: 5px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	float: left;
}

.ProductItemIconField {
	width: 32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.ProductItemTitle a {
	width: 300px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #2A2A2A;
	display: block;
	float: left;
}

.ProductItemTitle .Rate {
	float: right;
}

.ProductItemTitle .Rate img {
	float: left;
}

.ProductItemImage {
	border: solid 1px #DDDDDD;
	margin-right: 10px;
	width: 118px;
	height: 88px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.ProductItemImageField {
	width: 118px;
	height: 88px;
	vertical-align: middle;
	display: table-cell;
}

.ProductItem p.Desc {
	padding-top: 7px;
	line-height: 16px;
	font-size: 11px;
	color: #858585;
	overflow: hidden;
}

.ProductItem p.Categ {
	line-height: 16px;
	font-size: 11px;
	color: #AFAFAF;
}

.ProductItem p.Categ a {
	text-decoration: underline;
	color: #ED2623;
}

.ProductOption {
	margin-top: 10px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	clear: both;
}

.ProductDownload {
	background: url('../image/More_02.png') no-repeat;
	width: 89px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: right;
}

/**
 * Column Left
 */
#ColumnLeft {
	position: relative;
	width: 210px;
	float: left;
	z-index: 2;
}

/**
 * Category
 */
#CategoryHeader {
	background: url('../image/Category.png') no-repeat;
	padding-left: 20px;
	position: relative;
	height: 65px;
	line-height: 80px;
	font-family: "PFDinDisplayProBlack";
	font-size: 19px;
	color: #FFFFFF;
}

.CategoryLink {
	background: url('../image/CategoryLink.png') no-repeat;
	padding-left: 20px;
	width: 190px;
	height: 36px;
	line-height: 36px;
	font-size: 11px;
	font-weight: bold;
	color: #656565;
	display: block;
	overflow: hidden;
}

.CategoryLinkLast {
	background: url('../image/CategoryLink.png') no-repeat;
	padding-left: 20px;
	width: 190px;
	height: 35px;
	line-height: 36px;
	font-size: 11px;
	font-weight: bold;
	color: #656565;
	display: block;
	overflow: hidden;
}

.CategoryLinkButton {
	background: url('../image/CategoryLinkButton.png') no-repeat;
	position: relative;
	width: 270px;
	height: 108px;
	left: -60px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

/**
 * Column Right
 */
#ColumnRight {
	width: 278px;
	float: right;
}

/* Vote */
#VoteHeader {
	background: url('../image/HR_01.png') bottom repeat-x;
	padding-left: 20px;
	position: relative;
	height: 65px;
	line-height: 80px;
	font-family: "PFDinDisplayProBlack";
	font-size: 19px;
	color: #474747;
}

#VoteHeader img {
	position: absolute;
	top: 21px;
	right: 13px;
}

#VoteContent {
	background: url('../image/HR_01.png') bottom repeat-x;
	padding: 0px 20px;
	overfow: hidden;
}

.VoteItem {
	background: url('../image/HR_02.png') bottom repeat-x;
	padding: 15px 0px 15px 0px;
	width: 238px;
}

.VoteItemLast {
	background: none;
}

.VoteItemTitle {
	overflow: hidden;
}

.VoteItemTitle a {
	max-width: 170px;
	font-weight: bold;
	color: #2A2A2A;
	display: block;
	float: left;
}

.VoteItemTitle .Rate {
	float: right;
}

.VoteItemTitle .Rate img {
	float: left;
}

.VoteItem p {
	padding-top: 7px;
	line-height: 16px;
	font-size: 11px;
}

.VoteItem p.Desc {
	color: #858585;
}

.VoteItem p.Categ {
	color: #AFAFAF;
}

.VoteItem p.Categ a {
	text-decoration: underline;
	color: #ED2623;
}

/* Popular */
#PopularHeader {
	background: url('../image/HR_01.png') bottom repeat-x;
	padding-left: 20px;
	position: relative;
	height: 65px;
	line-height: 80px;
	font-family: "PFDinDisplayProBlack";
	font-size: 19px;
	color: #474747;
}

#PopularContent {
	background: url('../image/HR_01.png') bottom repeat-x;
	padding: 0px 20px;
	overfow: hidden;
}

.PopularItem {
	background: url('../image/HR_02.png') bottom repeat-x;
	padding: 15px 0px 15px 0px;
	width: 238px;
}

.PopularItemLast {
	background: none;
}

.PopularItemTitle {
	overflow: hidden;
}

.PopularItemTitle a {
	max-width: 190px;
	font-weight: bold;
	color: #2A2A2A;
	display: block;
	float: left;
}

.PopularItemTitle .Download {
	background: url('../image/IconDownload.png') no-repeat;
	padding-left: 10px;
	height: 9px;
	line-height: 8px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #4C4E5D;
	float: right;
}

.PopularItemTitle .Rate img {
	float: left;
}

.PopularItem p {
	padding-top: 7px;
	line-height: 16px;
	font-size: 11px;
}

.PopularItem p.Desc {
	color: #858585;
}

.PopularItem p.Categ {
	color: #AFAFAF;
}

.PopularItem p.Categ a {
	text-decoration: underline;
	color: #ED2623;
}

/**
 * Facebook
 */
#FacebookContent {
	padding: 22px;
}

/**
 * Content Corner
 */
#CTL {
	background: url('../image/ContentTopLeft.png') no-repeat;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#CTR {
	background: url('../image/ContentTopRight.png') no-repeat;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 0px;
	right: 0px;
	z-index: 2;
}

#CBL {
	background: url('../image/ContentBottomLeft.png') no-repeat;
	position: absolute;
	width: 7px;
	height: 7px;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

#CBR {
	background: url('../image/ContentBottomRight.png') no-repeat;
	position: absolute;
	width: 7px;
	height: 7px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}

/**
 * Maps
 */
#Maps {
	width: 980px;
	height: 275px;
}

#MapsPage {
	background: url('../image/MapsPage.png') no-repeat;
	height: 33px;
}

.MapsPageLink {
	width: 40px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #4A4A4A;
	display: block;
	float: left;
}

.MapsPageLinkActive {
	background: url('../image/MapsPageLink.png') no-repeat;
	color: #FFFFFF;
}

#MapsWindow {
	background: url('../image/MapsWindow.png') no-repeat;
	position: relative;
	width: 980px;
	height: 242px;
	overflow: hidden;
}

#MapsField {
	position: absolute;
	width: 24500px;
	height: 242px;
}

.MapsFieldItem {
	background: url('../image/MapsItem.png') no-repeat;
	width: 980px;
	height: 242px;
	float: left;
}

.MapsItem {
	padding-top: 22px;
	padding-left: 17px;
	width: 309px;
	height: 95px;
	float: left;
}

.MapsItemTitle {
	overflow: hidden;
}

.MapsItemTitle a {
	margin-right: 20px;
	max-width: 210px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float: left;
}

.MapsItemTitle .Rate {
	float: left;
}

.MapsItemTitle .Rate img {
	float: left;
}

.MapsItem p {
	padding-top: 7px;
	line-height: 16px;
	font-size: 11px;
	color: #909090;
}

.MapsItem p a {
	text-decoration: underline;
	color: #FF2A27;
}

/**
 * Footer
 */
#Footer {
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	color: #3D3D3D;
}

/**
 * Icon
 */
.IconHome {
	background: url('../image/IconHome.png') no-repeat;
	position: relative;
	width: 13px;
	height: 11px;
	top: 19px;
	display: block;
	float: left;
}

/* Float (left|right) */
.FLeft { float: left; }
.FRight { float: right; }

/* Clear */
.Clear { clear: both; }

/* Text */
.TJustify { text-align: justify; }
.TCenter { text-align: center; }

.TSmall { font-size: 11px; }

/* Hide */
.Overflow { overflow: hidden; }
.ShowOverflow-y { overflow-y: scroll; }


.delete_comment_link {
    float: right;
    color: red;
    text-decoration: underline;
}

#breadcrumb_span {
    color: black;
    float: none;
    margin: 0px;
}