@charset "utf-8";
/* CSS Document */

/*
Blue : #018DFF
Light Blue : #9cc4f9
Orange : #ff6e02
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica-Normal;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFF;
}

p {
	font-family:"Arial";
	font-size:14px;
	left:10px;
}
h1 {
  font-family:"Times New Roman", Times, serif;
  font-size:23px;
  font-weight:bold;
  color:#28166f;
}
h2 {
  font-family: "Arial", Helvetica, sans-serif;
  font-size:18px;
  font-weight:bolder;
}

/* Form Formating */
TEXTAREA {
	color:#000;
	font-size:13px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	text-decoration: none;
	background-color:#FFF;
	border: 1px solid #000;
}
INPUT {
	color:#000;
	font-size:13px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	text-decoration: none;
	background-color:#FFF;
	border: 1px solid #000;
}
SELECT {
	color:#000;
	font-size:13px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	text-decoration: none;
	background-color:#FFF;
	border: 1px solid #000;
}

/* Button Formating */
#submit {
	padding:0px;
	margin:5px 0px 0px 0px;
	clear:both;
	border-top: 1px dashed #000;
}

.ButtonSubmit {
	width: 95px;
	background-color:#DDD;
	color:#000;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	font-size: 13px;
	font-weight: normal;
}

.button {
	margin: 2px auto;
	padding:2px 10px;
	background-color:#CCC;
	border:1px solid #000;
	color:#000;
	cursor: pointer;
}
.button:hover {
    background-color:#555;
	border:1px solid #51391d;
	color:#FFF;
	cursor: pointer;
}

/* Link Formating */
#siteMap a:link, #siteMap a:visited, #siteMap a:active {
	color:#999;
	text-decoration: none;
	font-weight: bold;
}
#siteMap a:hover {
	color:#06C;
	text-decoration: none;
	font-weight: bold;
}

A.MenuLink:link, A.MenuLink:visited, A.MenuLink:active {
	color:#FFF;
	font-size:18px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
A.MenuLink:hover {
	color:#f60;
	font-size:18px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	font-weight: normal;
	text-decoration: none;
}
A.LangLink:link, A.LangLink:visited, A.LangLink:active {
	color:#333;
	font-size:14px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
A.LangLink:hover {
	color:#F60;
	font-size:14px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	font-weight: normal;
	text-decoration: none;
}
A.SideLink:link, A.SideLink:visited, A.SideLink:active {
	color:#000;
	font-size:12px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
A.SideLink:hover {
	color:#F60;
	font-size:12px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	font-weight: normal;
	text-decoration: none;
}

/* Images Formating */
img.center {
top:25%; /*change to fit*/
left:45%;/*change for page*/
}

#img {
	margin: 10px;
	padding: 10px;
}

.captcha {
	background-color:#999;
	margin:0px;
	padding:2px;
	border:1px solid #000;
}

.imageThumbSmall {
	float:left;
	max-width:100px;
	border:1px solid #000;
	margin:3px;
	padding:2px;
}

.imageThumbBig {
	float:left;
	max-width:140px;
	border:1px solid #000;
	margin:3px;
	padding:2px;
}

.imageLarge {
	border:1px solid #000;
	margin:3px;
	padding:2px;
}

/* Language Flag Formating */
#langFlag {
	padding:2px;
	margin:0px 5px 0px 0px;
	float:right;
	font-size: 9px;
}

/* Table Formating */
.tableRoundBorder {
	border-radius: 10px;
	border: 1px dashed #000;
}

/* Page Styling */
.Header {
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	color: #000;
	font-size: 50px;
	font-weight: normal;
	text-decoration: none;
}
.ContentTitle {
	background-image:url(../assets/images/line_title.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	margin: 0px;
	padding: 0px;
	color:#000;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.ConText {
	font-family:"Arial", Helvetica, sans-serif;
	color:#28166f;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.ConText2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#28166f;
	font-size:16px;
	font-weight:bold;
}
.SidebarTitle {
	font-family:"Arial", Helvetica, sans-serif;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
	height: auto;
	width: 950px;
	position: relative;
	margin: 0 auto;
}
#header {
	height: 356px;
	width: 950px;
}
#header #languageFlag {
	width: auto;
	float: right;
	clear: right;
	margin: 0px 0px;
	padding:0px 5px;
	position:absolute;
	top:5px;
	right:10px;
	z-index:1000;
}

#main_menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 950px;
	vertical-align: middle;
	background-color: #000;
	text-align: center;
}
#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	text-align: center;
	clear: both;
	height: 30px;
	vertical-align: middle;
	background-image: url(../assets/images/images_copyright.png);
	margin: 0px;
	padding: 5px;
	background-repeat: no-repeat;
}

#siteMap {
	background-image:url(../assets/images/underline_long.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px 10px 2px 10px;
	width: 95%;
	min-height:15px;
	font-size:11px;
	font-weight: normal;
	color: #999;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

#main_content {
	height: auto;
	width: 950px;
	background-color: #F90;
	position: relative;
	float: right;
}
#main_content #side_bar {
	float: left;
	height: auto;
	width: 180px;
	margin: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: -2px;
}

#main_content #content {
	text-align: justify;
	width: 730px;
	float: right;
	margin: 10px 10px 5px 5px;
	left: 180px;
	top: 300px;
	min-height: 550px;
}
#content_product {
	width: 710px;
	height: 300px;
	margin: 10px;
}
#content_product #product_table {
	border: thin solid #000;
	float: left;
	width: 165px;
	margin: 5px;
	padding: auto;
	height: 210px;
}

#content_product #product_table img {
	max-height: 170px;
	max-width: 155px;
	margin: auto 5px;
}

#content_product #product_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px 10px 10px 0px;
	float: right;
	height: 400px;
	width: 480px;
}

/* Module Formating */

/* loginBox Widget Formating */
#loginBox {
	background-color: #9cc4f9;
	margin: 0px auto;
	padding: 7px 10px;
	width: 240px;
	min-height:100px;
	font-size:11px;
	border: 1px solid #000;
	border-radius: 15px 0px;
	-moz-box-shadow: 2px 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 2px 5px #333;
	box-shadow: 2px 2px 10px -3px #333;
}

#loginBox #Title {
	background-image:url(../assets/images/underline_leftsidebar.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	height:20px;
	color:#333;
	font-size:14px;
	font-weight:bold;
}

#loginBox a:link, #loginBox a:visited, #loginBox a:active {
	color:#a9770d;
	border: none;
	text-decoration: none;
	font-weight:bold;
}
#loginBox a:hover {
	color:#009cff;
	text-decoration: none;
	font-weight:bold;
}

/* Page Module Formating */
#pagesFormat {
	background-image:url(../assets/images/tang_logo001.png);
	background-repeat:no-repeat;
	background-position:center right;
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	color:#6b5c2f;
	font-size: 14px;
	min-height:420px;
}
#pagesFormat h1 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color:#000;
	font-size: 20px;
}
#pagesFormat h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color:#904818;
	font-size: 25px;
	border-bottom:1px solid #904818;
}
#pagesFormat h3 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color:#904818;
	font-size: 20px;
	border-bottom:1px solid #904818;
}
#pagesFormat h4 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color:#904818;
	font-size: 15px;
	border-bottom:1px solid #904818;
}
#pagesFormat p {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	color:#51441c;
	font-size: 14px;
}

/* Product Module Formating */
#productBlock {
	margin: 0px 10px;
	padding: 0px 5px;
	float: left;
	clear: both;
	width: 100%;
}

#productBox {
	background-color: #DAE6FF;
	position: relative;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 150px;
	min-height:150px;
	font-size:11px;
	text-align: left;
	border: 1px solid #000;
	border-radius: 15px 0px;
	-moz-box-shadow: 2px 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 2px 5px #333;
	box-shadow: 2px 2px 10px -3px #333;
	overflow: auto;
}

#productBox #images {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 0px;
}

#productBox img {
  clear: both;
  padding: 2px;
  border: 1px solid #000;
	max-width: 140px;
	max-height:90px;
}

#productBox p {
	position: absolute;
	top: 120px;
	margin: 0px;
	padding: 2px 0px;
	font-size:11px;
	text-align: left;
}

#productBox a:link, #productBox a:visited, #productBox a:active {
	position: relative;
	top: 3px;
	color:#6B3907;
	text-decoration: none;
	font-weight: bold;
}
#productBox a:hover {
	color:#06C;
	text-decoration: none;
	font-weight: bold;
}

#productListsBox {
	background-color: #d7e6fd;
	position: relative;
	margin: 5px auto;
	padding: 5px;
	float: left;
	clear: both;
	width: 705px;
	min-height: 148px;
	border-radius: 0px 15px 15px 0px;
	-moz-box-shadow: 2px 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 2px 5px #333;
	box-shadow: 2px 2px 10px -3px #333;
	border: 1px dashed #CCC;
}

#productListsBox img {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 2px;
	max-width: 200px;
	max-height: 133px;
	border: 1px solid #000;
}

#productListsBox h1 {
	position: absolute;
	top: 23px;
	left: 220px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
	font-size:18px;
	text-align: left;
	border-bottom: 1px solid #999;
}

#productListsBox h2 {
	position: absolute;
	top: 5px;
	left: 220px;
	margin: 3px 0px 0px 0px;
	padding: 0px 5px;
	font-size:12px;
	text-align: left;
}

#productListsBox p {
	position: absolute;
	top: 53px;
	left: 220px;
	margin: 0px;
	padding: 0px 5px;
	font-size:11px;
	text-align: left;
}

#productListsBox a {
	background-color: #CCC;
	position: relative;
	top: 3px;
	right: 10px;
	margin: 0px;
	padding: 3px 10px;
	float: right;
	clear: right;
	vertical-align: middle;
	font-size:10px;
	border: 1px solid #000;
	border-radius: 5px;
}

#productListsBox a:hover {
	background: #FFF;
}

#productDetails {
	margin: 0px;
	padding: 0px 5px;
	width: 100%;
}

#productDetails h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
	font-size:18px;
	text-align: left;
	border-bottom: 1px solid #999;
}

#productDetails h2 {
	margin: 3px 0px 0px 0px;
	padding: 0px 5px;
	font-size:12px;
	text-align: left;
}

#productDetails h3 {
	margin: 3px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
	font-size:12px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

#productDetails p {
	margin: 0px;
	padding: 0px 5px;
	font-size:11px;
	text-align: left;
}

#productDetails img {
  float: left;
	margin: 3px;
  padding: 2px;
  border: 1px solid #000;
	max-height: 170px;
	max-width: 155px;
	margin: auto 5px;
}

#productDetailOptions {
	background-color: #e9f2fe;
	margin: 2px 0px;
	padding: 3px 0px;
	float: left;
	clear: both;
	width: 100%;
	border: 1px solid #CCC;
}

#productDetailOptions p {
	margin: 0px;
	padding: 0px 5px;
	float: left;
	clear: left;
	width: 300px;
	font-size:11px;
	text-align: left;
}

#productDetailOptions a {
	background-color: #CCC;
	position: relative;
	top: 3px;
	right: 10px;
	margin: 0px;
	padding: 3px 10px;
	float: right;
	clear: right;
	vertical-align: middle;
	font-size:10px;
	border: 1px solid #000;
	border-radius: 5px;
}

#productDetailOptions a:hover {
	background: #FFF;
}










/* Albums Module Formating */
#Albums {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	color:#6b5c2f;
	font-size: 13px;
}

#albumImages {
	float:left;
	clear:both;
	margin: 2px 0px;
	padding: 0px;
}

#manageImages {
	float:left;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

/* Comments Module Formating */
#CommentBox {
	margin: 2px 0px 5px 0px;
	padding: 0px;
	clear:both;
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal;
	color:#6b5c2f;
	font-size: 13px;
}

.Comments {
	margin: 2px 0px 2px 5px;
	padding: 3px;
	clear:both;
	background-color:#debf8a;
	border: 1px dashed #904818;
	width:750px;
}

.commentReply {
	margin: 0px 0px 2px 20px;
	padding: 3px;
	clear:both;
	background-color:#84714f;
	border: 1px dashed #904818;
	color:#FFF;
	width:735px;
}

.postComment {
	margin: 2px 0px 2px 5px;
	padding: 3px;
	clear:both;
	background-color:#84714f;
	border: 1px dashed #904818;
	color:#FFF;
	width:100%;
}







