| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367 |
- .LineErrorLabel
- {
- color: #ff0000;
- text-align: left;
- }
- .ShoppingCartMiniPreviewArea Table
- {
- margin-left:auto;
- }
- /* Overall */
- .HiddenButton
- {
- display: none;
- }
- .ContentButton
- {
- width: 100px;
- }
- .ErrorLabel
- {
- color: #ff0000;
- display: block;
- padding-bottom: 10px;
- text-align: left;
- }
- .DropDownField
- {
- width: 285px;
- }
- .TextboxField, .TextBoxField
- {
- width: 280px;
- }
- .TextLeft
- {
- text-align: left;
- }
- .RTL .TextLeft
- {
- text-align: right;
- }
- .TextRight
- {
- text-align: right;
- }
- .RTL .TextRight
- {
- text-align: left;
- }
- /* Addresses */
- .BlockContent
- {
- padding: 5px;
- }
- .BlockTitle
- {
- font-size: 13px;
- font-weight: bold;
- display:block;
- }
- /* Shopping cart */
- .AddressPreview
- {
- padding: 0px 5px 5px 5px;
- height: 100%;
- }
- .AddressPreviewLabel
- {
- color: #000000;
- display: block;
- }
- .DiscountCouponPanel
- {
- float:left;
- }
- .PricePanel
- {
- float:right;
- }
- .CartStepInnerPanel
- {
- margin: 10px;
- }
- .CartStepPanel
- {
- padding-bottom:10px;
- }
- .CartStepPanel fieldset
- {
- border: 1px solid #000;
- background-color: #F2F2F2;
- }
- .CartStepPanel legend
- {
- /*background-color: #000;*/
- margin-right: 4px;
- color: #E36C26;
- padding: 5px;
- font-weight: bold;
- font-family:Arial;
- font-size: 12px;
- }
- .AddressTitle
- {
- font-size: 16px;
- font-weight: bold;
- }
- .SmallTextLabel
- {
- font-size: 10px;
- }
- .ShoppingCartIcon
- {
- vertical-align: middle;
- }
- .UnitsTextBox
- {
- width: 50px;
- }
- .ButtonSendPassword
- {
- width: 115px;
- }
- .LongButton
- {
- width: 160px;
- }
- .ItemsNotAvailable
- {
- color: Red;
- }
- .InvoiceCompanyAddressTitle
- {
- display:block;
- font-weight: bold;
- }
- .PaymentGatewayDataContainer
- {
- }
- .PaymentFormSeparator
- {
- height: 10px;
- }
- .InfoLabel
- {
- color: #000000;
- display: block;
- padding-bottom: 10px;
- }
- .AddressPreviewWithTwoColumns td
- {
- width: 46%;
- }
- .AddressPreviewWithThreeColumns td
- {
- width: 29%;
- }
- /* Prodcut price detail */
- .PriceDetailSummaryTable
- {
- border: 1px solid #000000;
- border-collapse: collapse;
- color: #000000;
- width: 100%;
- }
- .PriceDetailSummaryTable th
- {
- border: 1px solid #000000;
- border-collapse: collapse;
- background-color: #d8d8d8;
- font-weight: bold;
- }
- .PriceDetailSummaryTable td
- {
- border: 1px solid #000000;
- border-collapse: collapse;
- }
- .PriceDetailSubtotalTable
- {
- border: 1px solid #000000;
- border-collapse: collapse;
- width:100%;
- margin-bottom: 20px;
- }
- .IE6 .PriceDetailSubtotalTable, .IE7 .PriceDetailSubtotalTable
- {
- margin-top: -1px; /* only in Internet Explorer */
- }
- .PriceDetailSubtotalTable tr
- {
- border: 1px solid #000000;
- border-collapse: collapse;
- }
- .PriceDetailSubtotalTable td
- {
- border-top: 1px solid #000000;
- border-collapse: collapse;
- }
- .PriceDetailSubtotalTable th
- {
- background-color: #d8d8d8;
- font-weight: bold;
- }
- .PriceDetailSubtotal
- {
- background-color:#fde9d9;
- color: #000000;
- }
- .PriceDetailHeader td
- {
- background-color: #333333;
- color:#ffffff;
- font-weight: bold;
- }
- .ProductPriceDetailTitle
- {
- font-weight:bold;
- font-size: 16px;
- display: block;
- margin-bottom: 20px;
- margin-top: 10px;
- border-bottom: 1px solid #000000;
- }
- .ProductPriceDetailLink a, .ProductPriceDetailLink a selected
- {
- color: #000000;
- text-decoration: underline;
- }
- /* Shopping cart */
- .CartStepTable
- {
- border: 1px solid #000000;
- }
- .CartStepTable th
- {
- background-color: #333333;
- color: #ffffff;
- font-family:Arial;
- font-size: 11px;
- }
- .CartStepHeader
- {
- background-color: #333333;
- color: #ffffff;
- padding: 5px;
- font-weight: bold;
- font-family:Arial;
- font-size: 11px;
- margin-bottom: 5px;
- }
- .CartStepBody
- {
- background-color: #f2f2f2;
- }
- .CartContentTable
- {
- width:100%;
- }
- .CartContentTable td
- {
- border: 1px solid #dddddd;
- background-color: #ffffff;
- padding: 4px;
- }
- .CartContentTable th
- {
- border: 1px solid #dddddd;
- font-family:Arial;
- font-size: 11px;
- }
- .ShoppingCartStepImage
- {
- border: none;
- margin-top: 10px;
- padding:0px;
- vertical-align: middle;
- }
- .ShoppingCartStepSeparator
- {
- border: none;
- margin-top: 10px;
- padding: 0 20px;
- vertical-align: middle;
- }
- /* Shopping cart item selector */
- .AddToShoppingCartTextBox
- {
- width:25px;
- }
- .AddToShoppingCartLink
- {
- background-image: url('Images/ShoppingCart/AddToCart.gif');
- background-position: left -2px;
- background-repeat: no-repeat;
- padding-left: 18px;
- color: #000000;
- text-decoration: underline;
- }
- .AddToShoppingCartButton
- {
- width:80px;
- }
- .AddToShoppingCartImageButton
- {
- }
|