/* Cross Site CSS */
.clear {
    clear: both;
}

a img {
    border:medium none;
}


.cartNav .nav {
    margin-right: 10px;
    margin-left: 0;
    float: left;
}

/* Checkout Cart */

table.cart {
    border-collapse:collapse;
    margin:0.5em 0;
    width: 40em;
    background-color:#FFFFFF;
    color: #000000;
}

table.cart a {
  color: #000000;
  text-decoration: underline;
}
table.cart thead th {
background: #EEEEEE;
color: #000000;
padding: 0.5em;
text-align: left;
}


/* Product Page */
.product {
    padding-left:48px;
    padding-right:48px;
}

.product .left {
    float: left;
    width: 356px;
    padding-right:75px;
}

.product .left .image{
    width: 350px;
    height: 350px;
    background: #FFFFFF;
    border: #003399 solid 3px;
}

.product .right {
    float: left;
    width: 35em;
}

.product .header {
    color: #555555;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 15px 0px 15px;
}

.addButton {
    width: 27em;
    height: 31px;
    background-color: #e7e7e8;
    padding: 26px 23px;
    margin-top: 23px;
    color: #000000;
}

.addButton .addToCart {
    margin-left: 37px;
    float: left;
}

.addButton .qty {
    float: left;
    padding-top: 6px;
}
.addButton .amount {
    float: left;
    padding-top: 6px;
    font-size: 20px;
    font-weight: bold;
}



/* Container */
.container {
    font-size: 0.9em;
    margin: 0 0 15px;
    padding:0px;
}

.container .header {
    font-size: 3em;
    line-height: 1;
    padding-bottom: 33px;
}

.container .shopLeft {
    color: #003399;
    width: 217px;
    float: left;
    padding-top: 33px;
    padding-right: 71px;
}

.container .content {
    float: left;
    position: relative;
    width: 706px;
}

.productBlock {
    border: #003399 solid 3px;
    width: 691px;
    padding-left: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.productPagination {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

.container .content .category {
    float: left;
    width: 344px;
    height: 253px;
    padding-right: 18px;
    padding-bottom: 23px;
}

.category .image{
    float: left;
    border: #003399 solid 3px;
    width: 335px;
    height: 195px;
    background-color: #FFFFFF;
}
.category .categoryLink{
    color: #FFFFFF;
    font-size: 1.4em;
    float: left;
    background: url(../images/heading_bg.gif) repeat-x;
    padding-left: 11px;
    padding-bottom: 0.6em;
    padding-top: 0.6em;
    width: 330px;
    margin-top: 6px;
    text-decoration: none;
}
.category .categoryImage{
    display:block;
    text-align:center;
}

.container .content .item {
    float: left;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #aeb0b2;
    width: 206px;
    height: 225px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:10px;
}

.container .content .item .image {
    height: 180px;
    width: 180px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center;
}

div.yiiForm {
    /*width: 530px;*/
}

div.success {
    background: #E4F1C9 none repeat scroll 0 0;
    border:2px solid #A5BD71;
    font-size:0.9em;
    margin:0 0 20px;
    padding:7px 7px 12px;
}


/* Header Cart */
.headerCart {
    float: right;
    width: 12em;
    height: 38px;
}

.headerCart a,
.headerCart span,
.headerCart .shoppingBag{
    float: left;
    padding-left: 10px;
}

.headerCart span { font-size:0.9em; }

/* Checkout Confirmation Page */
.confirmBox {
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 10px;
    color: #000000;
}

.confirmBox a {
  color: #000000;
  text-decoration: underline;
}