* {
    padding : 0;
    margin : 0;
}

body {
    background : #fafafa;
    font-family : Verdana, sans-serif;
    font-size : 11px;
    color : #585858;
}

.rs {
    float: right;
    margin: 0 10px;
    border: 1px solid #ddd;
    padding: 5px;
    background: #f5f5f5;
}

ul {
    list-style-position: inside;
    margin-left: 2px;
}

ul li {
  list-style-type: square;
  margin-left: 15px;
}

ul ul li {
    list-style: none;
    margin-left: 10px;
    list-style-type: lower-alpha;
    list-style-position: inside;
}

input, textarea, select {
    border : 1px solid #aaa;
    padding: 1px;
    font-size: 0.8em;
}

textarea {
    font-family: Verdana, sans-serif;
    font-size: 0.9em;
}

img.border2 {
    border: 1px solid #d2d2d2;
}

img {
    border : 0;
    margin-right : 10px;
}

a {
    color : #F38F31;
    text-decoration : none;
    background : transparent;
}

a:hover {
    text-decoration : underline;
    color: #4c494a;
}

blockquote {
    margin : 0 0 15px 30px;
    border-left : 3px solid #8adf88;
    padding : 0 0 0 8px;
}

input, textarea, select {
    border : 1px solid #aaa;
}

input.text, select.text {
    color : #000000;
    border : 1px solid #000;
    background : inherit;
}

textarea.text {
    font-size : 8pt;
    border : 1px solid #e6e6e6;
}

form {
    display : inline;
    margin : 0;
    padding : 0;
}

.date {
    color : #aaa;
    font-weight : bold;
    background : transparent;
}

.bold {
    font-weight : bold;
}

#header {
    margin : 0;
    display: block;
    padding : 0;
    width: 772px;
    height : 100px;
    color : #585858;
    background : #000 url(../images/banner.png) no-repeat;
    border-top: 1px solid #545454;
    border-left: 1px solid #545454;
    border-right: 1px solid #545454;
}
#header h1 {
    text-indent: -999px;
    padding : 0;
    height: 100px;
    margin : 0;
    padding: 0;
}

#header h2 {
    border: 0 !important;
}

#content {
    padding : 0;
    margin : 2px auto 10px auto;
    width : 780px;
    background : #fafafa;
}

#offline_content {
    padding: 10px;
    margin: 2px auto 10px auto;
    width: 780px;
    border: 1px solid #d2d2d2;
    height: 200px;
}

#header h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	display: block;
	float: right;
	margin-top: 25px;
	margin-right: 50px;
	color: #F38F31;
}

#header h2 span {
    font-size: 12px;
    padding-left: 60px;
}

#header .topong {
    background : #fafafa;
    height : 66px;
    width : 125px;
    float : right;
    margin-top: 33px;
    border: 1px solid #545454;
    border-right: 0;
}

#header .topong .pad {
    padding : 15px 5px 0 20px;
}

#header .topong .txt {
    display: block;
    clear: both;
    padding : 0;
    color : #a5a5a5;
    text-align: center;
    margin: 0;
    margin-right: 15px;
    margin-top: 0px;
}

#header h4 {
    font : bold 1em "Tahoma", verdana, Arial;
}

#header h4 a {
    color : #585858;
    background: url(../images/cart.png) no-repeat;
    display: block;
    padding-left: 23px;
    width: 90px;
    height: 16px;
}

#header h4 a:hover {
    text-decoration : none;
    color: #F38F31;
}

#menu {
    margin : 0;
    padding : 0;
    background : #4c404a url(../images/menubg.gif);
    color : #fff;
    width : 772px;
    height : 40px;
    border: 1px solid #4c494A;
}

#menu .pad {
    padding-top : 12px;
}

#menu a, #menu a:visited {
    color : #fff;
    text-decoration : none;
    background : inherit;
}

#menu .items {
    vertical-align : bottom;
}

#menu .items ul {
    margin : 0;
    padding : 0 10px 0 0;
    list-style : none;
}

#menu .items li {
    display : inline;
    margin : 0;
    padding : 0;
}

#menu .items a {
    float : left;
    background : transparent;
    margin : 0;
    padding : 0 0 0 0;
    text-decoration : none;
}

#menu .items a.current {
    color: #F38F31;
}

#menu .items span.last {
	float: left;
	background: url(../images/menusep.gif) no-repeat left;
	display: block;
	padding: 0 15px 0 15px;
	margin-right: 2px;
}

#menu .items a span {
    float : left;
    background : url(../images/menusep.gif) no-repeat left;
    font-weight : bold;
    display : block;
    padding : 0 10px 0 15px;
    margin-right : 2px;
}

#menu .items a span.first {
    float : left;
    background : transparent;
    font-weight : bold;
    display : block;
    padding : 0 10px 0 15px;
    margin-right : 2px;
}

#menu .items a span {
    float : none;
}

#menu .items a:hover span {
    color: #F38F31;
}

#menu #search {
    float : right;
    background : inherit;
    margin-top : 0;
    padding : 0;
    margin-right : 10px;
    margin-top : -1px;
}

#menu #search input.text {
    background : url(../images/input.gif);
    border : 1px solid #000;
    padding : 2px 0 0 3px;
    font-size: 0.9em;
    font-family: Verdana, sans-serif;
}

#menu #search input.txt {
    color : #fff;
    font-weight : bold;
    border : 0;
    background : transparent;
    cursor : pointer;
    font-size: 0.9em;
}

#menu #search input.txt:hover {
    color : #F38F31;
}

#modules {
    margin-top : 5px;
    height : 190px;
}

#modules #hot_item {
    background : #fafafa url(../images/topgreybox.jpg) no-repeat top;
    height : 235px;
    width : 258px;
    float : left;
    margin-top : 5px;
    margin-left: 3px;
}

#modules #hot_item2 {
    background : #fafafa url(../images/topgreybox.jpg) no-repeat top;
    height : 235px;
    width : 258px;
    float : left;
    margin-top : 5px;
}

#modules #hot_item1 {
    background : #fafafa url(../images/topgreybox.jpg) no-repeat top;
    height : 235px;
    width : 258px;
    float : left;
    margin-top : 5px;
}

#modules .padding {
    padding : 13px 20px 10px 20px;
}

#modules img {
    border : 1px solid #4c494a;
    float : left;
}

img.border {
    border : 1px solid #4c494a;
    padding: 0;
    margin: 0 !important;
    margin-bottom: 4px !important;
}

br.clear {
    clear: both;
}

#modules .price {
    position: absolute;
    display: block;
    width: 210px;
    padding-top: 35px;
    color : #763687;
    font : bold 2em "Tahoma", verdana, Arial;
    float: right;
    text-align : right;
}

#modules .per {
    color: #6b6668;
    font: bold 0.4em "Tahoma", verdana, Arial;
    display: block;
}

#modules .only {
    color : #6b6668;
    font : bold 0.4em "Tahoma", verdana, Arial;
}

#modules .text {
    width : 100%;
    float : left;
    color : #9f9f9f;
    text-align : justify;
}

#modules .text a {
    background: transparent;
    font-weight: bold;
    color: #763687;
}

#modules .text a.cart {
    color: #F38F31;
    display: block;
    float: right;
    width: 98px;
    height: 16px;
    white-space: nowrap;
    margin-top: 8px;
    background: url(../images/cart_put.png) no-repeat right;
}

#modules h2 {
    font : bold 1.2em "Tahoma", verdana, Arial;
    color : #618fb5;
    background : transparent;
    margin: 0px;
    margin-top: 5px;
    border: 0 !important;
}

#modules h2 a {
    color : #618fb5;
    background : transparent;
}

#modules h2 a:hover {
    text-decoration : none;
    color : #F38F31;
}

#maincontent {
    background : #fafafa;
}

h2 {
    font : bold 1.6em "Tahoma", verdana, Arial;
    color : #585858;
    background : transparent;
    margin-bottom : 4px;
    border-bottom : 1px solid #e3eaef;
}

#maincontent #rightside, #maincontent_index #rightside {
    display: block;
    float : right;
    width : 210px;
    background : #f0f0f0;
    padding : 10px;
    margin : 0 0 10px 0;
    border: 1px solid #545454;
}

#maincontent p, #maincontent_index p {
    margin-top: 10px;
}

#rightside input, #rightside textarea {
    font-family: Verdana, sans-serif;
    font-size: 1em;
    padding: 2px;
}

#maincontent #rightside h2, #maincontent_index #rightside h2 {
    margin-bottom : 5px;
}

#maincontent #leftside, #maincontent_index #leftside {
    background : inherit;
    margin-right : 10px;
    width : 530px;
}

#maincontent #leftside .r, #maincontent_index #leftside .r {
    float : right;
    width : 250px;
    text-align : justify;
    margin-bottom : 15px;
}

.r2 {
    display: block;
    float: right;
    width: 300px;
    padding: 0 5px;
    margin-bottom: 15px;
}

ul.left {
    float: left;
    margin: 0;
    padding: 0;
}

ul.faq_left {
    float: left;
    width: 50%;
}

ul.faq_right {
    float: right;
    text-align: left;
    width: 49%;
}

#faqs {
    border: 1px solid #d2d2d2;
    background: #efefef;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 0;
}

ul.right {
    float: left;
    margin: 0;
    padding: 0;
}

#maincontent #leftside .le, #maincontent_index #leftside .le {
    width : 250px;
    text-align : justify;
    margin-bottom : 15px;
}

.le2 {
    display: block;
    float: left;
    width: 220px;
    margin-bottom: 15px;
}

#maincontent #leftside .pad, #maincontent_index #leftside .pad {
    padding : 15px 0 15px 0;
    text-align : justify;
}

#logos {
    clear: both;
    text-align: center;
}
#logos img {
    float: none;
    margin: 0 50px;
}

.center {
    display: block;
}

#footer {
    bottom : 0;
    clear : both;
    text-align : left;
    border-top : 1px solid #e5e5e5;
    padding : 3px 0 0 0;
    margin-top : 5px;
    height : 25px;
    color : #aaa;
    font-size: 0.9em;
}

#footer .right {
    float : right;
    text-align: right;
}

/* Table Styles */
table {
    width: 100%;
    margin: 0;
    padding: 0;
}

table, tr, th, td {
    border-collapse: collapse;
}

caption {
    margin: 0;
    padding: 0;
    background: #f3f3f3;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #555d6d;
    text-align: left;
    letter-spacing: 1px;
    border-top: dashed 1px #c2c2c2;
    border-bottom: dashed 1px #c2c2c2;
}

thead {
    background-color: #FFF;
    border: none;
}

thead tr th {
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #1c5d79;
    background: url(../images/col_bg.gif) repeat-x;
    border-left: solid 1px #326e87;
    border-right: solid 1px #326e87;
    border-collapse: collapse;
}

tbody tr {
    background: #dfedf3;
    font-size: 13px;
}

tbody tr.odd {
    background: #F0FFFF;
}

tbody tr th, tbody tr td {
    padding: 6px;
    border: 1px solid #326e87;
}

tbody tr th {
    background: #1c5d79;
    font-size: 12px;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    border-bottom: 1px solid white;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

table a {
    color: #FF6600;
    text-decoration: none;
}

table a:hover {
    color: #4c494a;
}

tfoot {
    background: #f3f3f3;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #555d6d;
    text-align: center;
    border-top: 2px solid #326e87;
    border-bottom: 1px dashed #c2c2c2;
}

tfoot td.pages {
    padding: 3px 2px;
}

tfoot td.pages a {
    border: 1px solid #326E87;
    padding: 3px;
    background: #FFF;
}

tfoot td.pages a.current {
    border: 1px solid #326E87;
    padding: 3px;
    background: #326E87;
    color: #FFF;
}

tfoot td.pages a.current:hover {
    background: #326E87;
    color: #FFF;
}

tfoot td.pages a:hover {
    text-decoration: none;
    background: #dfedf3;
}

span.page_disabled {
    padding: 3px;
    border: 1px solid #326E87;
    background: #efefef;
    color: #b8b8b8;
}

tfoot {
    font-size: 1.0em;
}

tfoot tr th {
    border-top: 1px solid #326e87;
}

tfoot tr td {
    text-align: right;
}

td.sep {
    height: 1px;
    line-height: 1px;
}

input.continue {
    background: #1c5d78;
    color: #FFF;
    font-weight: bold;
    padding: 3px;
    margin: 3px 0;
}

input.checkout {
    background: #FF6600;
    color: #FFF;
    font-weight: bold;
    padding: 3px;
    margin: 3px 0;
}

label {
    font-weight: bold;
    float: left;
    width: 145px;
}

.breadcrumb {
    display: block;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 2px;
}

.price2 {
    color : #763687;
    font-family: Tahoma, verdana, Arial;
    font-weight: bold;
    font-size: 1.6em;
}

.box {
    display: block;
    border: 1px solid #d2d2d2;
    background: #efefef;
    padding: 3px;
    font-size: 0.9em;
    text-align: left;
    margin: 5px;
    width: 90%;
}

ul.justify li {
    
}

a.add_cart {
    display: block;
    background: url(../images/cart_add.png) no-repeat;
}

a.add_cart2 {
    padding: 0 5px 5px 20px;
    background: url(../images/cart_add.png) no-repeat;
    float: right;
    font-weight: bold;
}

.prod_image {
    display: block;
    border: 1px solid #b8b8b8;
    width: 213px;
    height: 100px;
    text-align: center;
}

.no_image {
    line-height: 100px;
    font-weight: bold;
}

span.main_no_image {
    display: inline;
    background: #efefef;
    height: 100px;
    border: 1px solid #545454;
}

.user {
    float: right;
    padding: 2px 7px;
    text-align: right;
    color : #aaa;
}

.date2 {
    color : #aaa;
    float: left;
    padding: 2px 1px;
    font-weight: normal;
}

.required {
    font-weight: bold;
    color: red;
}

/* error messages */
p.error {
    width: 90%;
    margin: 5px 12px;
    background: #ffe1da url('../images/icon_error.png') 13px 50% no-repeat;
    border: 2px solid #f34f4f;
    color: #be0b0b;
    padding: 10px 11px 8px 36px;
}

p.info {
    width: 90%;
    margin: 5px 12px;
    background: #dedfff url('../images/icon_info.png') 13px 50% no-repeat;
    border: 2px solid #9bb8d9;
    color: #406299;
    padding: 10px 11px 8px 36px;
}

p.success {
    width: 90%;
    margin: 5px 12px;
    background: #e2f9e3 url('../images/icon_success.png') 13px 50% no-repeat;
    border: 2px solid #9c9;
    color: #080;
    padding: 10px 11px 8px 36px;
}

p.warn {
    width: 90%;
    margin: 5px 12px;
    background: #fff8bf url('../images/icon_warn.png') 13px 50% no-repeat;
    border: 2px solid #ffd324;
    color: #eb830c;
    padding: 10px 11px 8px 36px;
}

table.checkout label {
    font-size: 0.9em;
}

.special_img {
    float: left;
    border: 1px solid #545454;
    height: 100px;
    width: 213px;
    background: #FFF;
}

.special_img img {
    border: 0 !important;
}

.no_wrap {
    white-space: nowrap;
}

.fl_right {
	float: right;
}