a {
	color: #E99B00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	border-bottom: 2px solid #FAD690; 
	color: #666666;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 25px 0;
	padding: 0 12px 12px 0px;
	text-align: right;
}
html {
	background: url(../img/grey.png);
	color: #333333;
	font-family: Arial, serif;
	font-size: 14px;
	min-height: 100%;
}

input[type=text], input[type=password] {
	border: 1px solid #DDDDDD;
	margin: 0 0 15px 0;
	padding: 5px;
	width: 340px;	
}

input[type=submit], a.button {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 3px #EEEEEE;
	color: #555555;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 16px;	
	margin: 0 5px 15px 0;
	padding: 5px 8px;
}

label {
	color: #888888;
	display: block;
	font-size: 12px;
	margin: 0 0 5px 0;
}

select, input[type=file] {
	display: block;
	margin: 0 0 15px 0;
}

textarea {
	border: 1px solid #DDDDDD;
	margin: 0 0 15px 0;
	padding: 5px;
	resize: none;
	width: 600px;
	height: 300px;	
}

#contact_us_map {
	float: left;	
}

#contact_us_map iframe {
	border: 5px solid #777777;
	box-shadow: 0 1px 4px #DDDDDD;
}

#contact_us_map a {
	color: #AAAAAA;
	display: block;
	font-size: 11px;
	margin: 8px 0;
}

#contact_us_info {
	background: #F5F5F5;
	border: 1px solid #EEEEEE;
	float: right;
	font-size: 14px;
	padding: 20px 20px 20px 30px;
	width: 300px;	
}

#contact_us_info a {
	color: #333333;
}

#contact_us_info img {
	float:left;
	width: 24px;
}

#contact_us_info div {
	margin: 0 0 8px 0;
}

#contact_us_info span {
	display: block;
	float: left;
	line-height: 20px;
	margin: 4px 0 0 10px;
	width: 260px;
}

#contact_us_info .company-address {
	line-height: 22px;
	margin: 0 0 25px 0;
}

#contact_us_info .company-name {
	font-size: 24px;
	font-weight: bold;
	color: #62B262;
	margin: 30px 0;
}

#content {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	box-shadow: 0 1px 3px #EEEEEE;
	margin: 0 auto;
	min-height: 300px;
	padding: 20px 15px;
	width: 930px;
}

#footer {
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	box-shadow: 0 1px 3px #EEEEEE;
	color: #555555;
	margin: 15px auto;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 940px;
}

#footer p {
	font-size: 13px;
	font-weight: bold;
}

#footer span.author {
	color: #555555;
	font-size: 11px;	
}

#footer span.author a {
	color: #0C86BF;
}

#header {
	background: #FFAF00;
	border: 1px solid #CE8D00;
	border-radius: 5px;
	box-shadow: 0 1px 4px #DDDDDD;
	margin: 10px auto 15px auto;	
	width: 960px;
}

#header #nav {
	background: #555555;
	border-top: 1px solid #444444;
	margin: -1px;
}

#header #nav a {
	border-right: 1px solid #444444;
	border-left: 1px solid #666666;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 14px;
	padding: 12px 15px;
}

#header #nav a:hover {
	background: #626262;
	text-decoration: none; 
}

#header #root_link {
	display: block;
	float: left;
	margin: 15px;
}

#header #slogan {
	background: #F8B31D;
	border: 1px solid #FFC545;
	box-shadow: 0 1px 3px #E3A319;
	color: #FFFFFF;
	float: right;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 25px;
	padding: 15px;
	text-align: center;
	text-shadow: 0 1px 2px #A57307;
	width: 300px;
}

#management_nav {
	background-color: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	box-shadow: 0 1px 3px #EEEEEE;
}

#management_nav a {
	color: #555555;
	float: right;
	font-weight: bold;
	font-size: 12px;
	padding: 12px 8px;
}

#management_nav a:hover {
	background: #E5E5E5;
	text-decoration: none;
}

#product_category_menu_container {
	border-right: 1px solid #EEEEEE;
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    width: 230px;
}

#product_category_menu_container .category-item {
	color: #555555;
    display: block;
    font-size: 13px;
	padding: 8px 8px;
    text-decoration: none;
}

#product_category_menu_container .category-item:hover {
	color: #62B262 !important;
}

#product_category_menu_container .category-item.top-level {	
    background-position: top right;
	background-repeat: no-repeat;
	color: #5C700D;
	font-size: 24px;
	margin: 5px 0;
	padding: 12px 20px;
}

#product_category_menu_container .category-item.second-level {
	border-bottom: 1px solid #EEEEEE;
	margin: 0 5px;
	padding: 12px 8px 12px 25px;
}

#product_category_menu_container .category-item.second-level:hover {
	background-color: #F5F5F5;
}

#product_category_menu_container .category-item.third-level {
    background-image: url(../img/tab_right.png);
    background-position: 18px 50%;
    background-repeat: no-repeat;
    padding-left: 43px;
}

#product_category_menu_container .current, #product_category_menu_container .current:hover {
    color: #734E1E !important;
}

#product_category_menu_container .second-level.current, #product_category_menu_container .second-level.current:hover {
	background-color: #EEEEEE;
}

#product_container, #product_info {
	border-left: 1px solid #EEEEEE;
    float: right;
    margin: 0 0 0 -1px;
    min-height: 300px;
	padding: 0;
    position: relative;
    width: 689px;
}

#product_container #category_description {
	background: #F5F5F5;
	border: 1px solid #EEEEEE;
	margin: 0 0 15px 10px;
	padding: 15px;
	white-space: pre-wrap;
}

#product_container .paginator {
	float: right;
}

#product_container .paginator span {
	border: 1px solid #DDDDDD;
	display: block;
	float: left;
	font-size: 12px;
	margin: 0 3px 0 0;
	padding: 4px;
	text-align: center;
	min-width: 10px;
}

#product_container .product-item {
	display: block;
	float: left;
	padding: 6px;
	margin: 0 0 6px 6px;
}

#product_container .product-item:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

#product_container .product-item .image {
	background-position: center;
	border: 1px solid #666666;
	height: 152px;
	width: 152px;
}

#product_container .product-item .name {
	color: #333333;
	font-size: 12px;
	height: 29px;
	line-height: 14px;
	margin: 8px 0 0 0;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	width: 152px;
}

#product_info {
	padding: 0 0 0 15px;
	width: 674px;
}

#product_info img {
	border: 1px solid #555555;
	display: block;
	margin: 20px auto;
	max-width: 672px;
	position: relative;
}

#product_info .description {
	font-size: 12px;
	white-space: pre-wrap;	
}

#product_info .name {
	color: #E99B00;
	font-size: 20px;
	text-align: center;
}


.bottom-action {
	height: 40px;
	margin: 15px 0;	
}

.clear-float {
	clear: both;
}

.empty-result {
	color: #CCCCCC;
	font-size: 12px;
	margin: 50px;
	text-align: center;
}

.existing-product-images {
    margin: 5px 0 0 0;
    width: 790px;
}

.existing-product-images .item {
    background-position: top center;
    background-repeat: no-repeat;
    border: 3px solid white;
    box-shadow: 0 1px 5px #CCCCCC;
    height: 152px;
    position: relative;
    width: 152px;
}

.flash-error-message-inline {
	color: #A80000;
	font-size: 12px;
	margin: 0 0 15px 0;
}

.flash-error-message {
    background-color: #FFE0E0;
    border: 1px solid #F9B4B4;
    border-radius: 5px;
    color: #B02A2A;
    padding: 12px 1%;
    margin: 5px 0;
    width: 98%;
}

.flash-notice-message {
    background-color: #C9FFA4;
    border: 1px solid #A0DD77;
    border-radius: 5px;
    color: #0F9421;
    padding: 12px 1%;
    margin: 5px 0;
    width: 98%;
}


.home-category {
	border-bottom: 1px solid #F5F5F5;
    height: 310px;
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
}

.home-info {
    height: 270px;
    float: right;
	line-height: 18px;
    margin: 0;
    position: relative;
    width: 400px;
}

.home-info .description h2 {
    color: #62B262;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.home-info .lastest-products {
    bottom: 0;
    height: 80px;
    position: absolute;
    width: 100%;
}

.home-info .lastest-products .product-image {
    background-color: #DDDDDD;
    background-position: top center;
    background-repeat: no-repeat;
    border: 2px solid white;
    box-shadow: 0 1px 3px #AAAAAA;
    cursor: pointer;
    float:left;
    height: 72px;
    margin: 4px 6px 0 0;
    width: 72px;
}

.home-info .lastest-products h3 {
    color: #2F86C9;
    font-size: 12px;
    margin: 0 0 5px 0;
}

.home-info .lastest-products .lastest-product-item {
    background-color: white;
    border: 1px solid #DDDDDD;
    display: block;
    float: left;
    height: 78px;
    margin: 0 6px 0 0;
    width: 78px;
}

.home-info .lastest-products .lastest-product-item a {
    background-color: #eeeeee;
    background-position: center top;
    display: block;
    margin: 3px;
    height: 72px;
    width: 72px;
}

.home-info .lastest-products .more-lastest-product {
    color: #A80000;
    display: block;
    float: right;
    font-size: 12px;
    margin: 7px 6px 0 0;
    text-decoration: none;
}

.home-info .lastest-products .more-lastest-product:hover {
    text-decoration: underline;
}

.home-slide {
    background-color: #f5f5f5;
    border: 3px solid white;
    box-shadow: 0 1px 3px #bbbbbb;
    display: inline-block;
    float: left;
    margin: 0;
    position: relative;
}

.home-slide .slide-container {
    border: 1px solid #eeeeee;
    height: 280px;
    width: 480px;
}

.home-slide .pagination {
    margin: 10px 0 0 0;
    position: absolute;
    text-align: right;
    width: 100%;
}

.home-slide .pagination li {
    display: inline-block;
}

.home-slide .pagination li a {
    background-color: #8DADD1;
    border: 1px solid #7797BB;
    box-shadow: 0 2px 3px #cccccc;
    display: inline-block;
    font-size: 0px;
    height: 7px;
    margin: 0 3px;
    text-decoration: none;
    width: 7px;
}

.home-slide .pagination li.current a {
    background-color: #cfe70d;
    border-color: #AEC124;
}

.page-content a {
	border-bottom: 1px solid #F5F5F5;
	color: #333333;
	display:block;
	margin: 0 0 3px 0;
	padding: 8px 0;
}

.content-container .col2 {
	float: left;
	width: 465px;
}

.content-container .corner-sample-image {
	border: 5px solid #FFFFFF;
	box-shadow: 0 1px 4px #AAAAAA;
	height: 600px;
	margin: 40px auto 10px auto;
	width: 800px;
}

.content-container .image {
	border: 5px solid #FFFFFF;
	box-shadow: 0 1px 4px #AAAAAA;
	height: 230px;
	margin: 45px auto 15px auto;
	width: 350px;
}

.content-container .sample-color-image {
	border: 5px solid #FFFFFF;
	box-shadow: 0 1px 4px #AAAAAA;
	height: 200px;
	margin: 40px auto 10px auto;
	width: 300px;
}

.gallery-album h3 {
	background: #F5F5F5;
	color: #62B262;
	font-size: 18px;
	margin-top: 50px;
	padding: 10px;
	text-align: center;
}

.gallery-album h3:first-child {
	margin-top: 0;
}

.gallery-album .item {
	border: 5px solid #FFFFFF;
	box-shadow: 0 1px 4px #AAAAAA;
	height: 600px;
	margin: 30px auto 30px auto;
	position: relative;
	width: 800px;
}

.table {
	border-top: 1px solid #DDDDDD;	
}

.table .row {
	border-bottom: 1px solid #DDDDDD;
	height: 32px;
}

.table .column, .table .header {
	border-right: 1px solid #DDDDDD;
	float: left;
	font-size: 12px;
	height: 12px;
	padding: 10px;	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table .column:first-child , .table .header:first-child {
	border-left: 1px solid #DDDDDD;
}

.table .header {
	background: #EEEEEE;
	text-align: center;
	
}

.top-action {
	border-bottom: 1px solid #EEEEEE;
	height: 40px;
	margin: 0 0 15px 0;
}

