﻿.foo
{
}
/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.HomePageProductGrid
{
    width: 580px;
    text-align: left;
    border: 1px solid #d4d4d4;
    margin: 5px;
    background-color: #fff;
}
.AccountProductGrid
{
    width: 715px;
    text-align: left;
    border: 1px solid #d4d4d4;
    margin: 0px 0px 10px 0px;
    padding: 20px;
}
.ProductBox
{
    text-align: center;
    padding: 10px 20px;
}
.HomePageProductGrid .ItemBox
{
    text-align: center;
    vertical-align: text-top;
}

.HomePageProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 250px;
}

.HomePageProductGrid .ProductItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}

.HomePageProductGrid .ProductItem .picture
{
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY ADDED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyAddedProducts
{
    margin-bottom: 15px;
    padding: 0px;
}

.RecentlyAddedProducts .title
{
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    font-size: 1.1em;
    color: #3a3a3a;
}

.RecentlyAddedProducts .ProductGrid
{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    text-align: center;
}

.RecentlyAddedProducts .ProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
}

.RecentlyAddedProducts .ProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 250px;
    background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .title
{
    font-weight: bold;
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    padding: 0 0 0 10px;
    text-transform: none;
    font-size: 1em;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .title a
{
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .picture
{
    text-align: center;
    margin-top: 10px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .description
{
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    border-top: solid 1px #e3e3e3;
    color: #555;
    height: 50px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo
{
    vertical-align: bottom;
    text-align: right;
    width: 250px;
    height: 85px;
    position: relative;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices
{
    text-align: right;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .buttons
{
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-align: left;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: green;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
    color: Red;
    text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProducts
{
    margin-bottom: 15px;
    padding: 0px;
}

.RecentlyViewedProducts .title
{
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    font-size: 1.1em;
    color: #3a3a3a;
}

.RecentlyViewedProducts .ProductGrid
{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    text-align: center;
}

.RecentlyViewedProducts .ProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
}

.RecentlyViewedProducts .ProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 250px;
    background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .title
{
    font-weight: bold;
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    padding: 0 0 0 10px;
    text-transform: none;
    font-size: 1em;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .title a
{
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .picture
{
    text-align: center;
    margin-top: 10px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .description
{
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    border-top: solid 1px #e3e3e3;
    color: #555;
    height: 50px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo
{
    vertical-align: bottom;
    text-align: right;
    width: 250px;
    height: 85px;
    position: relative;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices
{
    text-align: right;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .buttons
{
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-align: left;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: green;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
    color: Red;
    text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductDetailsPage
{
    padding: 10px;
    width: 580px;
    text-align: left;
}

.ProductCollateral
{
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS INFO - PRODUCT INFO CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductEssential
{
}

.ProductDetailsInfo
{
    width: 540px;
    padding: 15px;
    background-color: #f0efed;
    border: 1px solid #e3e2e0;
}

.ProductDetailsInfo .picture
{
    float: left;
    width: 300px;
    margin-bottom: 15px;
}

.ProductDetailsInfo .overview
{
    float: right;
    width: 230px;
    margin-right: 15px;
    margin-top: 25px;
    padding: 5px 5px 5px 5px;
}

.ProductDetailsInfo .overview .productname
{
    color: #ff9933;
    font-size: 1.3em;
    margin-bottom: 0.3em;
}

.ProductDetailsInfo .overview .shortdescription
{
    color: #002a5b;
    font: bold 24px Georgia, serif;
    margin-bottom: 25px;
}

.ProductDetailsInfo .fulldescription
{
}
.productname
{
    color: #002a5b;
    font: bold 18px Georgia, serif;
}
.shortdescription
{
    color: #002a5b;
    font: bold 24px Georgia, serif;
    margin-bottom: 25px;
}
.fulldescription
{
    width: 310px;
    text-align: left;
    float: right;
}
.customize_bg
{
    padding: 0px;
    padding-top: 7px;
    padding-right: 50px;
    margin: 0px;
    width: 522px;
    height: 30px;
    background-image: url('images/customize_bg.jpg');
    background-repeat: repeat-x;
}
.customize
{
    padding: 0px;
    margin: 0px;
    width: 241px;
    height: 21px;
    float: right;
}
.price
{
    font: bold 14px arial, helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    color: #fff;
    width: 200px;
    float: left;
}
.moreimages
{
    padding: 0px;
    padding-top: 20px;
    margin: 0px;
    width: 143px;
    height: 25px;
    float: right;
    width: 310px;
    text-align: left;
}
a.moreimages:visited, a.moreimages:link, a.moreimages:active
{
    width: 143px;
    height: 25px;
    background-image: url('images/btn_more_images.jpg');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px 5px;
    outline: none;
    display:block;
    background-color:#fff;
}
a.moreimages:hover
{
    background-position:0px -25px;
}
.ProductEmailAFriendBtn
{
    padding: 0px;
    padding-top: 20px;
    margin: 0px;
    width: 144px;
    height: 26px;
    float: right;
    background-image: url('images/btn_tell_friend.jpg');
    background-repeat: no-repeat;
    border: 0px;
    cursor: pointer;
    outline: none;
    display:block;
    background-color:#e3e3e3;
}
.ProductEmailAFriendBtn:hover
{
    background-position:0px -26px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT RATING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductRatingBox
{
    margin-top: 20px;
    margin-bottom: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT VARIANT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductVariantList
{
    margin-bottom: 15px;
    padding: 0px;
}

.ProductVariantLine
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
}

.ProductVariantLine .picture
{
    float: left;
    width: 300px;
    margin-bottom: 15px;
}

.ProductVariantLine .overview
{
    float: right;
    width: 200px;
    margin-right: 25px;
}

.ProductVariantLine .overview .productname
{
    color: #ff9933;
    font-size: 1.3em;
    margin-bottom: 0.3em;
}

.ProductVariantLine .description
{
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

.ProductVariantLine .price
{
    float: left;
    margin-right: 10px;
}

.ProductVariantLine .price .productPrice
{
    color: green;
}

.ProductVariantLine .price .oldProductPrice
{
    color: red;
    text-decoration: line-through;
}

.ProductVariantLine .addinfo
{
    padding-top: 10px;
}

.ProductVariantLine .attributes
{
}

.ProductVariantLine .error
{
    color: Red;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RELATED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RelatedProductsGrid
{
}

.RelatedProductsGrid .title
{
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    font-size: 1.1em;
    color: #ff9933;
}

.RelatedProductsGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.RelatedProductsGrid .RelatedItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: solid 1px #d3d3d3;
    width: 200px;
    height: 200px;
}

.RelatedProductsGrid .RelatedItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    text-transform: none;
    font-size: 1em;
    padding: 0;
}

.RelatedProductsGrid .RelatedItem .picture
{
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT REVIEWS LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.productReviewBox
{
    margin-bottom: 15px;
    padding: 10px 5px 10px 5px;
}


.productReviewList
{
    margin: 10px 0 0 0;
    font-size: 11px;
    color: #555D65;
}

.productReviewList .productReviewItem
{
    border: solid 1px #d3d3d3;
    margin-top: 10px;
    padding: 10px;
    clear: both;
}

.productReviewList .productReviewItem .title
{
    font-weight: bold;
    float: left;
    margin-bottom: 5px;
}

.productReviewList .productReviewItem .rating
{
    float: right;
}

.productReviewHelpfulness
{
    color: #333;
}

.productReviewHelpfulness a, .productReviewHelfulness a:hover
{
    color: #ff9933;
    text-decoration: none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT SPEC

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.productSpecBox
{
    padding: 5px 5px 5px 5px;
    clear: both;
    color: #555;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SLIM BOX (PRODUCT IMAGES)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#lbOverlay
{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading
{
    background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage
{
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink
{
    left: 0;
}

#lbPrevLink:hover
{
    background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
    outline: none;
}

#lbNextLink
{
    right: 0;
}

#lbNextLink:hover
{
    background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
    outline: none;
}

#lbBottom
{
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink
{
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber
{
    margin-right: 71px;
}

#lbCaption
{
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COMPARE PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.compareProducts
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.compareProducts .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}

.compareProducts .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.compareProductsTable
{
}

.compareProductsTable .removeButton
{
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}

.compareProductsTable tr.productName
{
    background-color: #CCCCCC;
    font-weight: bold;
}

.compareProductsTable td
{
    border-width: 1px;
    border-color: #BFBFBF;
    border-style: solid;
    padding: 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRICE RANGE FILTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.PriceRangeFilter
{
}

.PriceRangeFilter .title
{
    color: #555;
    font-weight: bold;
    background: url('images/ico-arrow-r.gif') no-repeat;
    padding: 1px 0px 5px 20px;
}

.PriceRangeFilter ul
{
    margin: 0;
    padding-left: 20px;
}

.PriceRangeFilter li
{
    list-style: none;
    padding-bottom: 2px;
}

.PriceRangeFilter .SelectedPriceRange
{
    padding-left: 20px;
}

.PriceRangeFilter .RemovePriceRangeFilter
{
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TIER PRICES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.TierPrices
{
    text-align: center;
    margin-bottom: 10px;
}

.TierPrices .prices-header
{
    background: #3a3a3a;
    color: #FFF;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
}

.TierPrices .prices table
{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    background: #f3f3f3;
}

.TierPrices .prices .prices-table td
{
    padding: 0;
}

.TierPrices .prices .item-table td
{
    border-bottom: solid 3px #d7d7d7;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.TierPrices .prices .item-table .item-price
{
    color: Green;
}

.TierPrices .prices .header-table td
{
    border-bottom: solid 3px #d7d7d7;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.TierPrices .prices .prices-table .field-header
{
    font-weight: bold;
    text-align: center;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT PAGE STYLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.ProductTitle
{
    font: bold 24px georgia,garamond,serif;
    color: #002a5b;
    height: 30px;
    width: 575px;
    background-image: url('images/title_bg.jpg');
    background-repeat: repeat-x;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
}
.ProductPageBox
{
    width: 575px;
    background-color: #e3e3e3;
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
}
.ProductPhotographs
{
    width: 240px;
    border: 1px solid #484848;
    height: 100%;
    background-color: #fff;
    padding: 15px;
    margin: 0px 10px;
    float: left;
}
.ProductBox
{
    padding: 0px;
    margin: 0px;
}
.ProductPrice
{
    color: #484848;
    font: bold 20px Arial, Helvetica, sans-serif;
    text-align: center;
    width: 240px;
    margin: 10px 0px;
}
.GetStartedButton
{
    width: 145px;
    height: 25px;
    background-image: url('images/btn_getstarted.jpg');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 5px;
    border: 0px;
    cursor: pointer;
    outline: none;
    background-color:#fff;
}
.GetStartedButton:hover
{
    background-position:0px -25px;
}
.GetStartedButton:hover input
{
    width: 145px;
    height: 25px;
    background-image: url('images/btn_getstarted.jpg');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 5px;
    border: 0px;
    cursor: pointer;
    outline: none;
    background-color:#fff;
    background-position:0px -25px;
}
/*.CustomizeYourCalendarBtn
{
    width: 241px;
    height: 21px;
    background-image: url('images/btn_customcalendar.jpg');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    outline: none;
}
.CustomizeYourCalendarBtn:hover
{
    background-image: url('images/btn_customcalendar_hover.jpg');
    background-repeat: no-repeat;
    outline: none;
}*/
.ProductInformation
{
    width: 260px;
    float: left;
    padding: 0px;
    margin: 0px;
}
.ProductOverview
{
    background-color: #f8f8f8;
    width: 240px;
    padding: 10px;
    margin-top: 60px;
}
.CustomizationBox
{
    width: 555px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    margin: 20px 0px;
    padding: 10px;
    height: 300px;
}
.CustomizationHeader
{
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #002a5b;
    width: 555px;
    padding: 10px 0px;
    margin: 0px;
    text-align: center;
}
.CustomizationHeader2
{
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #002a5b;
    width: 245px;
    padding: 10px 0px;
    margin: 0px;
    text-align: center;
}
.FavoritePlayerBox
{
    border: 1px solid #494949;
    width: 245px;
    height: 240px;
    background-color: #fff;
    padding: 5px 10px;
    float: left;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}
.EditTextBox
{
    border: 1px solid #494949;
    width: 245px;
    height: 240px;
    background-color: #fff;
    padding: 5px 10px;
    float: right;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}
.SelectPlayer
{
    width: 235px;
    height: 129px;
    background-image: url('images/selectplayer.jpg');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}
.EditText
{
    width: 223px;
    height: 133px;
    background-image: url('images/edittext.jpg');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}

.ProductPrice .oldProductPrice
{
    color: red;
    text-decoration: line-through;
}

.left_arrow
{
    background-image: url('images/left_arrow.jpg');
    background-repeat: no-repeat;
    height: 35px;
    width: 19px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.right_arrow
{
    background-image: url('images/right_arrow.jpg');
    background-repeat: no-repeat;
    height: 35px;
    width: 19px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.view_larger
{
    background-image: url('images/view_larger.jpg');
    background-repeat: no-repeat;
    height: 16px;
    width: 143px;
    padding: 0px;
    margin: 0px;
}
.ProductItem
{
    margin: 10px 20px;
    text-align: center;
    width: 310px;
}
.CalendarItemBox
{
    margin: 10px;
    text-align: center;
    width: 240px;
    padding:5px;
}
.CustomImportText
{
    margin: 10px;
}
.HomePageProductGridImport
{
    width: 560px;
    text-align: left;
    border: 1px solid #d4d4d4;
    margin: 10px auto;
    background-color: #fff;
}
.HomePageProductGridImport2
{
    width: 580px;
    text-align: left;
    border: 1px solid #d4d4d4;
    margin: 10px 0px 10px 0px;
    background-color: #fff;
    min-height:150px;
    max-height:100%;
}
.CustomImportBox
{
    background-color: #b5b5b5;
    width: 580px;
    font: 12px;
    background-image: url('images/account_bg.jpg');
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}
.ImportTitle
{
    height: 43px;
    width: 560px;
    background-image: url('images/title_bg.jpg');
    background-repeat: repeat-x;
}
.ImportTitle2
{
    height: 43px;
    padding:0px;
    margin:0px auto;
}
.CustomImportTitle
{
    height: 25px;
    font: bold 24px arial, helvetica, sans-serif;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
}
.CustomImportInfo
{
    width:560px;
    background-color:#f9f9f9;
    border:1px solid #d4d4d4;
    margin: 10px 0px 10px 0px;
    padding:10px;
}
.ImportDatesBtn
{
    padding: 0px;
    padding-top: 20px;
    margin: 0px 20px;
    width: 228px;
    height: 26px;
    background-image: url('images/btn_importdates.jpg');
    background-repeat: no-repeat;
    border: 0px;
    cursor: pointer;
    outline: none;
    float:left;
    display:block;
    background-color:#fff;
}
.ImportDatesBtn:hover
{
    background-position:0px -26px;
}
.CreateCalendarBtn
{
    padding: 0px;
    padding-top: 20px;
    margin: 0px 20px;
    width: 228px;
    height: 26px;
    background-image: url('images/btn_createnewcalendar.jpg');
    background-repeat: no-repeat;
    border: 0px;
    cursor: pointer;
    outline: none;
    float:right;
    display:block;
    background-color:#fff;
}
.CreateCalendarBtn:hover
{
    background-position:0px -26px;
}