/*
Theme Name:Aisle Buyer
Theme URI: clients.intridea.com/aislebuyer
Author: Javier Rios, Intridea UI Developer
Author URI:http://intridea.com/about/people/javier

Description:
Version: 1.0

Fonts: Helvetica, Arial, Sans-Serif 
Primary Color: #545454

*/

/* =Grid
----------------------------------------------- */
@import url('960_16_col.css');

/* =Reset
----------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}

/* Alignment */
.alignleft
{
    float: left;
    margin-right: 10px;
}
.alignright
{
    float: right;
    margin-left: 10px;
}
.aligncenter
{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text-right
{
    text-align: right;
}
.no-marg
{
    margin: 0;
}

/* new clearfix */
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix
{
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix
{
    zoom: 1;
}
/* IE7 */

/* =Global
----------------------------------------------- */
html
{
}
body
{
    line-height: 1;
}
body, input, textarea
{
    color: #333;
    font: 14px Arial, sans-serif;
    line-height: 1.625;
}

/* Headings */
h1, h2, h3, h4, h5, h6
{
    clear: both;
    color: #3D3D3D;
    margin: 0 0 10px 0;
}

h1
{
    font-size: 42px;
}
h2
{
    font-size: 18px;
}
h3
{
    font-size: 13px;
    font-weight: bold;
}
h4
{
    font-size: 12px;
}
h5
{
    font-size: 12px;
}
h6
{
    font-size: 12px;
}

p
{
    line-height: 18px;
    margin: 0 0 10px 0;
}

/* Links */
a
{
    color: #539c98;
    text-decoration: none;
}
a:focus, a:active, a:hover
{
    text-decoration: underline;
    color: #577B74;
}

/* table */
table
{
    background: url(../images/bg-table.jpg) repeat;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px 0;
    width: 100%;
    vertical-align: top;
}

tbody
{
    padding: 10px 0;
}

th, tr.odd, tr.odd td
{
    background: url(../images/bg-table-head.jpg) repeat;
    border-bottom: 1px solid #dad5c1;
    padding: 5px 20px;
    vertical-align: top;
    text-align: left;
}
th
{
    font-weight: bold;
}

td
{
    padding: 10px 20px;
    vertical-align: top;
}

td.promo
{
    font-size: 12px;
    color: #b7b7b0;
    padding: 20px 0;
}
td.promo input
{
    margin: 0 5px;
    width: 80px;
}
td.quanity span
{
    float: right;
}
td.quanity input[type=text]
{
    float: right;
    width: 30px;
    margin: 0 0 0 10px;
}

.grid_4 table
{
    font-size: 12px;
}
.grid_4 td, .grid_4 th, .grid_4 tr.odd, .grid_4 tr.odd td
{
    padding: 10px;
}
.grid_4 th
{
    font-size: 14px;
    font-weight: normal;
}

table.no-style
{
    background: none;
    font-size: 12px;
}
table.no-style td
{
    padding: 10px 0;
}
table.no-style.no-marg td
{
    padding: 2px 0;
}
/* form */
.form-wrapper
{
    background: url(../images/bg-table.jpg) repeat;
    margin: 0 0 20px 0;
    padding: 20px 0;
    width: 100%;
}
.form-wrapper table
{
    margin: 0 0 10px 0;
}
.form-wrapper.no-style
{
    background: none;
    padding: 10px 20px;
}
.form-wrapper .grid_2
{
    width: 345px;
    padding: 0 10px;
}
.form-wrapper ul
{
    font-size: 12px;
}
.form-wrapper li
{
    margin: 0 0 10px 0;
}
.form-wrapper li label
{
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 120px;
    font-size: 12px;
}

.form-wrapper li input
{
    width: 180px;
}

.form-wrapper li p
{
    margin: 0;
}
.form-wrapper label.error
{
    color: red;
    margin: 5px 0 0 130px;
    width: auto;
}
.form-text
{
    margin: -10px 0 0 0;
    padding: 0 20px;
}
form label.error
{
    display: block;
    color: red;
    margin: 5px 0 0 0;
    clear: both;
    float: none;
}

input[type=text]
{
    background: #F2F0E3;
    border: 1px solid #DCDCDE;
    border-radius: 6px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
}

/* buttons */
.btn, input[type=button], input[type=submit]
{
    background-color: #6f938c;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93b3ad), to(#6f938c));
    background-image: -webkit-linear-gradient(top, #93b3ad, #6f938c);
    background-image: -moz-linear-gradient(top, #93b3ad, #6f938c);
    background-image: -ms-linear-gradient(top, #93b3ad, #6f938c);
    background-image: -o-linear-gradient(top, #93b3ad, #6f938c);
    border: none;
    border-radius: 6px;
    color: #fff;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    width: auto;
    display: block;
    padding: 0 20px;
}

.btn:hover, input[type=button]:hover, input[type=submit]:hover
{
    background-color: #577B74;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93b3ad), to(#577B74));
    background-image: -webkit-linear-gradient(top, #93b3ad, #577B74);
    background-image: -moz-linear-gradient(top, #93b3ad, #577B74);
    background-image: -ms-linear-gradient(top, #93b3ad, #577B74);
    background-image: -o-linear-gradient(top, #93b3ad, #577B74);
    color: #fff;
    text-decoration: none;
}

.btn.small, input.small[type=button], input.small[type=submit]
{
    padding: 0;
    width: 100px;
}

.btn.large, input.large[type=button], input.large[type=submit]
{
    padding: 0;
    width: 160px;
}

.btn-search
{
    background: url(../images/btn-search.png) top left;
    width: 27px;
    height: 28px;
    display: block;
    text-indent: -9999px;
}

.btn-search:hover
{
    background: url(../images/btn-search.png) bottom left;
}

.btn-remove
{
    background: url(../images/btn-remove.png) top left;
    display: block;
    height: 20px;
    width: 20px;
}
.btn-remove:hover
{
    background: url(../images/btn-remove.png) bottom left;
}

.seperator
{
    border-right: 1px solid #639B97;
    padding-right: 10px;
}

strong
{
    font-weight: bold;
}
em
{
    font-style: italic;
}

/* =Structure
----------------------------------------------- */
html
{
    font-size: 12px;
}
body
{
    background: url(../images/bg-header.png) repeat-x;
}

.utility
{
    margin: 5px 0 15px 0;
    float: right;
    opacity: .6;
}

.utility a
{
    border-right: 1px solid #3E3E3E;
    color: #000;
    padding: 0 8px;
    font-size: 12px;
}
.utility a:active
{
    opacity: 1;
    text-decoration: underline;
}
.utility a:hover
{
    text-decoration: underline;
}
.utility li
{
    float: left;
}
.utility li:last-child a
{
    border: none;
}
.utility li:last-child a
{
    padding-right: 0;
}

.breadcrumb
{
    margin: 0 0 20px 0;
}

#content
{
    background: url(../images/bg-content.gif) repeat-y #fff;
    margin: 0 0 20px 0;
}
.main-content
{
    padding: 0 0 0 20px;
}
footer
{
    background: url(../images/bg-footer.png);
    color: #666666;
    font-size: 12px;
}
.footer-wrapper
{
    padding: 15px 0 15px 200px;
    width: 760px;
    margin: 0 auto;
}
footer p
{
    margin: 0;
    color: #918B7D;
}
footer strong
{
    color: #3D3D3D;
}

/* =Navigation
----------------------------------------------- */
.menu-group
{
    margin: 0 0 20px 0;
}
.menu-group h3
{
    margin: 0 0 10px 0;
}

/* = Page Header
----------------------------------------------- */
header
{
    height: 90px;
    width: 960px;
    margin: 0 auto 20px auto;
    padding: 20px 0 0 0;
    float: none !important;
}
header h1
{
    margin: 0 0 -20px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}
header h2
{
    margin: 0;
    text-transform: none;
    font-size: 14px;
}
header a
{
    color: #3E3E3E;
}
header a:hover
{
    text-decoration: none;
}
header input[type=text]
{
    width: 215px;
    color: #ccc;
    font-size: 12px;
}

.brand
{
    background: url(../images/logo.jpg) no-repeat;
    text-indent: -9999px;
    height: 60px;
    width: 573px;
    margin: 10px 0 0 0;
}

/* Page Elemets
----------------------------------- */
/* book styling */
.home .book-wrapper
{
    margin: 0 0 20px 0;
}

.book-wrapper
{
    margin: 0 0 20px 0 !important;
}
.book
{
    box-shadow: 1px 1px 3px #333 !important;
    -moz-box-shadow: 1px 1px 3px #333 !important;
    -webkit-box-shadow: 1px 1px 3px #333 !important;
}

a:hover .book
{
    box-shadow: 2px 2px 10px #333;
    -moz-box-shadow: 2px 2px 10px #333;
    -webkit-box-shadow: 2px 2px 6px #333;
}
.book-descript
{
    float: left;
    width: 300px;
    margin-left: 20px;
}

.book-descript h2, .form-wrapper h2
{
    font-family: Arial !important;
    font-weight: bold;
}

.book-descript h2 a
{
    color: #539c98;
}
.book-descript h2 a:hover
{
    color: #577B74;
}
.book-listing li
{
    float: left !important;
    margin: 0 10px !important;
}
.book-listing li.first
{
    margin: 0 10px 0 0 !important;
}
.book-listing li a
{
    font-size: 12px !important;
}

/* search options */
.search-wrapper
{
    margin: 0 0 20px 0;
    font-size: 12px;
}
.search-wrapper input[type=text]
{
    width: 220px;
}

.cart
{
    padding: 5px 10px;
    background: url(../images/icn-cart.png) no-repeat 99% 50% #e4dfcc;
    font-size: 14px;
}
.cart-options
{
    color: #639B97;
}
.cart-options a
{
    padding: 0 5px;
}

#bill-address
{
    margin: 10px 0 0 0;
}
.divider
{
    background: url(../images/seperator.jpg) repeat-y 50% 0;
}
.active
{
    font-weight: bold;
}

/* credit card icons */
.CCType
{
    width: 200px;
    background: #fff;
    border: none;
    border-radius: 6px;
    height: 26px;
    line-height: 26px;
    padding: 0 0;
    -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
}

.CCExpMonth
{
    width: 50px;
    background: #fff;
    border: none;
    border-radius: 6px;
    height: 26px;
    line-height: 26px;
    padding: 0 0;
    margin: 0 10px;
    -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
}

.CCExpYear
{
    width: 75px;
    background: #fff;
    border: none;
    border-radius: 6px;
    height: 26px;
    line-height: 26px;
    padding: 0 0;
    -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
}

select#ccType option[value="empty"]
{
    padding: 0;
}

select#ccType option[value="A"]
{
    background-image: url(../images/amex_green.png);
}
select#ccType option[value="D"]
{
    background-image: url(../images/discover.png);
}
select#ccType option[value="M"]
{
    background-image: url(../images/mastercard.png);
}
select#ccType option[value="V"]
{
    background-image: url(../images/visa.png);
}

.ErrorMessage
{
    color: red;
}
.DropDownListError
{
    background-color: Red;
}
.validator
{
    color: red;
}

.DropDownListState
{
    width: 200px;
    background: #fff;
    border: none;
    border-radius: 6px;
    height: 26px;
    line-height: 26px;
    padding: 0 0;
    -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
}
.DropDownListCountry
{
    width: 200px;
    background: #fff;
    border: none;
    border-radius: 6px;
    height: 26px;
    line-height: 26px;
    padding: 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
}
.ProdLongDesc ul
{
    margin-left: 20px;
    font-size: small;
    line-height: 18px;
}
.ProdLongDesc li
{
    list-style-type: disc;
}

/* IE Hacks
----------------------------------- */

html.ie input[type=text]
{
    border: 1px solid #DAD5C1;
}

