
/**
 * @author
 * Web Design Enterprise
 * Phone: 786.234.6361
 * Website: www.webdesignenterprise.com
 * E-mail: info@webdesignenterprise.com
 * 
 * @copyright 
 * This work is licensed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License. 
 * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode
 *
 * Be aware that violating this license agreement could result in the prosecution and punishment of the infractor.
 *
 * © 2002-2009 Web Design Enterprise Corp. All rights reserved.
 */

/* Main Tags Classes Deffination */

@import url(icons.css);
@import url(image.gallery.css);
@import url(slider.skin.css);
@import url(tips/tips.css);
@import url(ui/jquery-ui-1.8.16.custom.css);

@font-face {
    font-family: 'eurostile';
    src: url('fonts/eurostile.eot');
    src: url('fonts/eurostile.eot?#iefix') format('embedded-opentype'),
         url('fonts/eurostile.woff') format('woff'),
         url('fonts/eurostile.ttf') format('truetype'),
         url('fonts/eurostile.svg#eurostile') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'myriadpro';
	src: url('fonts/myriadpro.eot');
	src: url('font/myriadpro.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro.ttf') format('truetype'), 
         url('fonts/myriadpro.svg#myriadpro') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
    margin: 0 0;
    padding: 0 0;
    font: 14px myriadpro, Arial, Helvetica, sans-serif;  
}
body {
	background: #FFF;
	margin: 0;
	padding: 0;
    color: #333;
}
h1 {
    font: 30px eurostile, Arial, Helvetica, sans-serif;
	color: #676767;
	margin: 10px 0; 
	padding: 0;
}
h1 span {
    font: 30px eurostile, Arial, Helvetica, sans-serif;
    color: #367399;
}
h2 {
	font: 25px eurostile, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 0;
	padding: 0;
    text-transform: uppercase;
}
h2 strong, h2 b {
	font: 25px eurostile, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h3 {
	font: 18px eurostile, Arial, Helvetica, sans-serif;
	color: #000; 
	margin: 10px 0; 
	padding: 0;
}
h4 {
 	font: 16px eurostile, Arial, Helvetica, sans-serif;
	color: #4F4F4F;
    margin: 10px 0; 
	padding: 0;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
p {
    padding: 5px 0;
    margin: 0;
}
form {
 	margin: 0px; 
	padding: 0px;
	display: inline;
}
ul.links {
    list-style-type: none;
}
ul.links li {
    float: left;
    width: 190px;
    padding: 0;
    margin: 5px;
}
img { 
	border: 0px;
}
label {
	cursor: pointer;
	cursor: hand;
}
iframe {
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    border-radius: 5px;
}
#submitform em {
	color: red;
	font-weight: bolder;
}
span.required-mark {
    font-size: 18px;
    color: #FF0000;
    padding-left: 5px;
}
label.error {
    display: none;
    position: absolute;
    margin: 15px 0 0 -210px;
    font-size: 10px;
    height: 23px;
    width: 178px;
    background: url(../images/validation-error-BG.png) no-repeat 0 0;
	color: #FFF;
    padding: 17px 5px 14px 5px;
    border: 0;
    clear: both;
}
small {
	font-size: 10px; 
}
small a:link, small a:visited { 
    font-size: 10px;
}
hr {
	height: 2px;
	border: 0;
	color: #F0EFE6;
	background: #F0EFE6;
}
a, a:link, a:visited { 
	color: #4689CD;
	text-decoration: none;
}
a:hover, a:active {
    color: #a3c4e5;
 	text-decoration: underline;
}
input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="color"], 
input[type="url"], 
input[type="time"], 
input[type="search"], 
input[type="number"], 
input[type="range"], 
input[type="date"], 
input[type="datetime"], 
input[type="week"], 
input[type="month"], 
input[type="password"], 
textarea, 
select { 
    font: 12px Lucida Sans, Arial, Tahoma, Helvetica, sans-serif;
	width: 200px;
    padding: 6px 5px;
    border: 1px solid;
	border-color: #D2D2D2 #C0C0C0 #C0C0C0 #D2D2D2;
	background: #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
}
select {
    width: 212px;
}
textarea {
    height: 80px;
}
input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="email"]:focus, 
input[type="color"]:focus, 
input[type="url"]:focus, 
input[type="time"]:focus, 
input[type="search"]:focus, 
input[type="number"]:focus, 
input[type="range"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="week"]:focus, 
input[type="month"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
select:focus {  
	border-color: #D2D2D2;
    outline: none;
}
input[type="submit"], 
input[type="button"], 
input[type="reset"], 
button {
	font: 12px Lucida Sans, Arial, Tahoma, Helvetica, sans-serif; 
	overflow: visible;
	padding: 4px 10px 4px 10px;
    margin: 5px;
    background: #2A2A2A;
    color: #FFF;
    border: 1px solid #FFF;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px #C0C0C0, 0 0 3px #969696;
    -webkit-box-shadow: 0 0 3px #C0C0C0, 0 0 3px #969696;
    box-shadow: 0 0 3px #C0C0C0, 0 0 3px #969696;
}
input[type="submit"]:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
button:hover {
    background: #000;
    cursor: pointer;
    cursor: hand;
}
table {
    width: 100%;
}
table, td, div {
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 1em 2em;
	border-left: 1px dashed #999;
	padding-left: 1em; 
}
blockquote p:first-letter {
	float: left;
	margin: 6px 2px 5px 0;
	font-family: myriadpro, "Apple Chancery", fantasy;
	font-size: 220%;
	font-weight: bold; 
}
/* Main Core Classes Deffination */

#back-top {
    display: none;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#header {
	display: none;
}
#menu {
	display: none;
}
#content {
	clear: both;
	overflow: hidden;
    min-height: 400px;
}
#content .flash {
    display: none;
}
#footer {
	display: none;
}
/**
 * Internal Classes Deffination
 * DO NOT TOUCH
 */
 
/**
 * Core Classes
 */
.clear {
	clear: both;
	overflow: hidden;
}
.hide {
    display: none;
}

/**
 * Cart Informatinal div Style
 */
.menu_boxes {
    border: 2px solid #F0EFE6;
    background: #FFF;
    -moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    padding: 10px;
}
/**
 * Side Menu 
 */
div.block {
    margin: 0 10px 20px 10px;
    width: 230px;
}
div.block .head {
    background: #4b8101;
    color: #FFF;
    font: 14px Arial;
    padding: 5px;
}
div.block .body {
    background: #e4eed6;
    color: #7b7b7b;
    font: 12px Arial;
    padding: 5px;
}
div.block .body a:link, div.block .body a:visited {
	color: #333;
	text-decoration: none;
    display: block;
    border-bottom: #6ba11f;
    padding: 5px;
}
div.block .body a:hover, div.block .body a:active {
	text-decoration: underline;
    background: #e4eed6;
}
/**
 * Members Menu
 */
.members_menu {
    margin: 10px 0;
    padding: 0 10px;
}
.members_menu h1 {
    font-size: 16px;
    padding: 0 0 0 0;
    margin: 0;
}
a.members_menu, .members_menu a:link, .members_menu a:visited {
    float: left;
    display: block;
	color: #FFF;
	text-decoration: none;
    background: #000;
    padding: 3px 7px;
    margin: 0 2px;
	border: 1px solid #808080;
    font-size: 11px;       
   	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
     border-radius: 3px;
}
.members_menu a:hover, .members_menu a:active {
	text-decoration: underline;
}
/* Multiple Item Display */
.multiple_items {
    background: url(../images/products-BG.jpg) repeat-y center top;
    clear: both;
    overflow: hidden;
}
.multiple_items .item_list {
    float: left;
    width: 250px;
    height: 267px;
	margin: 0; 
	padding: 0;
    text-align: center;
}
.multiple_items .item_list .title_area {
    margin-top: 10px;
    height: 26px;
}
.multiple_items .item_list .item-tip {
    text-align: center;
    margin: 20px 0 0 0; 
    height: 200px; 
    display: table-cell; 
    vertical-align: bottom;
    width: 250px;
}
/* Single Item Display */
.single_items .item_list {
	margin: 5px; 
	padding: 7px;
}
.single_items .addthis-tip {
	color: #FFF !important;
}
.single_items .item_list .title_area {
    font-size: 30px;
}
.single_items .item_list .image_area {
    width: 300px;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.single_items .item_list .image_area img {
    width: 300px;
}
.single_items .item_list .thumbs_area {
   padding: 10px;
   margin: 10px 0;
   background: #F2F2F2;
}
.single_items .item_list .thumbs_area img {
   width: 60px;
}
.single_items .item_list .price_area {
    font-size: 22px;
}
.single_items .item_list .sku {
    font-style: italic;
    font-size: 12px;
}
/**
 * Items Paginator
 */
.paginator {
	font: 16px Trebuchet MS;
	color: #969696;
	padding: 5px 5px 20px 5px;
	text-align:  right;
}
a.paginator, .paginator a:link, .paginator a:visited {
	font: 16px Trebuchet MS;
	color: #000;
	padding: 0 5px;
	background: #C0C0C0;
	text-decoration: none;
	border: 1px solid #5A5A5A;
}
.paginator a:hover, .paginator a:active {
	color: #FFF;
	background: #4B4B4B;
	border: 1px solid #969696;
}
/**
 * Calls to Action Classes
 */
div.error {
	border: 1px solid #FF6600; 
	background: #FDFFD7 url(../images/error.png) no-repeat 5px center; 
	padding: 10px 10px 10px 50px;
	color: #000;
	font: 12px Trebuchet MS;
}
div.attention {
	border: 1px solid #FFCC00; 
	background: #FEFFE8 url(../images/attention.png) no-repeat 5px center; 
	padding: 10px 10px 10px 50px;
	color: #000;
	margin: 20px;
	font: 12px Trebuchet MS;
}
div.stop {
	border: 1px solid #FF0000; 
	background: #FBDBE0 url(../images/stop.png) no-repeat 5px center; 
	padding: 10px 10px 10px 50px;
	color: #000;
	margin: 20px;
	font: 12px Trebuchet MS;
}
/**
 * Forms Classes
 */
div.submitBT {
	margin: 10px;
    padding: 10px 0;
    border-top: 1px solid #F0F0F0;
	text-align: right;
}
/**
 * Gallery Styles
 */
.galleryDiv {
    float: left;
	margin: 5px; 
    height: 100px;
	text-align: center;   
}
.galleryDiv img {
	border: 3px solid #FFF;
	text-align: center;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;    
}
/**
 * Tables Classes
 */
table.wde {
	margin: 20px 0;
	background:  #FFF;
	border: solid 1px #ccc;
    border-collapse: collapse;
}
table.wde th {
	height: 30px; 
	color: #fff; 
	background: #4B4B4B;
	text-align: left;
	padding: 3px;
}
table.wde td {
	height: 30px; 
	color: #333333;
	padding: 5px;
}
table.wde tr:nth-child(odd) {
    background: #F8F8F8;
}
table.wde tr:nth-child(even) {
    background: #FFF;
}

table.forms {
    width: 100%;
}
table.forms td:nth-child(odd) {
    width: 30%;
    text-align: right;
}
table.forms td:nth-child(even) {
    width: 70%;
    text-align: left;
    vertical-align: top;
}