/* wp_eStore_style.css */

/* 1   */ /* Copyright @ 2008-2013 by Tips and Tricks HQ (http://www.tipsandtricks-hq.com) - All Rights Reserved */
/* 2   */ 
/* 3   */ .shopping_cart {
/* 4   */ font-size:12px;
/* 5   */ }
/* 6   */ 
/* 7   */ .shopping_cart h2 {
/* 8   */ font-size:14px;
/* 9   */ }
/* 10  */ 
/* 11  */ .shopping_cart a {
/* 12  */ color:#3c78a7;
/* 13  */ text-decoration:none
/* 14  */ }
/* 15  */ 
/* 16  */ .shopping_cart a:hover {
/* 17  */ color:#3c78a7;
/* 18  */ text-decoration:underline
/* 19  */ }
/* 20  */ 
/* 21  */ div.shopping_cart tr td{padding:2px 1px;}
/* 22  */ 
/* 23  */ .eStore_cart_item_name, .eStore_cart_item_qty, .eStore_cart_item_price{
/* 24  */ text-align: left
/* 25  */ }
/* 26  */ 
/* 27  */ .eStore_cart_item_qty_value, .eStore_cart_item_price_value{
/* 28  */ text-align: left
/* 29  */ }
/* 30  */ 
/* 31  */ .shopping_cart input, .eStore_cart_fancy1 input, .eStore_cart_fancy2 input{
/* 32  */ width: auto !important;/*override the eStore shopping cart input field width to "auto" to prevent them from looking weird on some themes */
/* 33  */ }
/* 34  */ 	
/* 35  */ .eStore_cart_checkout_button{
/* 36  */ text-align:left;	
/* 37  */ }
/* 38  */ 
/* 39  */ .t-and-c {
/* 40  */ margin:5px 0 15px;
/* 41  */ width:auto !important;
/* 42  */ }
/* 43  */ 
/* 44  */ .t_and_c_error {
/* 45  */ color:#E70218 !important;
/* 46  */ margin:0 0 15px;
/* 47  */ }
/* 48  */ 
/* 49  */ .text-input {
/* 50  */ color:#333;

/* wp_eStore_style.css */

/* 51  */ margin:4px;
/* 52  */ padding:2px 0;
/* 53  */ }
/* 54  */ .eStore_warning{
/* 55  */ color:red !important;
/* 56  */ }
/* 57  */ .eStore_error_message{
/* 58  */ color:red !important;
/* 59  */ font-weight:bold;
/* 60  */ }
/* 61  */ 
/* 62  */ .eStore-clear-float{
/* 63  */ clear:both;
/* 64  */ }
/* 65  */ .eStore_price_before_coupon{
/* 66  */ text-decoration:line-through;
/* 67  */ }
/* 68  */ 
/* 69  */ .eStore_hidden_textfield{
/* 70  */ display:none !important;	
/* 71  */ }
/* 72  */ 
/* 73  */ .eStore_variation{
/* 74  */ margin-top:0px;
/* 75  */ margin-bottom:0px; 
/* 76  */ }
/* 77  */ 
/* 78  */ .eStore_text_input {
/* 79  */ font-size:21px;
/* 80  */ height:auto !important;
/* 81  */ width: auto !important;
/* 82  */ color:#444;
/* 83  */ background:#eee;
/* 84  */ border:1px solid #aaa;
/* 85  */ border-right-color:#ddd;
/* 86  */ border-bottom-color:#ddd;
/* 87  */ margin:2px 0px 2px 0px;
/* 88  */ padding:4px !important;       
/* 89  */ }
/* 90  */ 
/* 91  */ .eStore_text_input:focus {
/* 92  */ height:20px;
/* 93  */ background:#fff;
/* 94  */ border-color:#777 #ccc #ccc #777;
/* 95  */ margin:2px
/* 96  */ }
/* 97  */ 
/* 98  */ .eStore_label {
/* 99  */ text-transform:uppercase;
/* 100 */ text-align:left;

/* wp_eStore_style.css */

/* 101 */ vertical-align:middle;
/* 102 */ font-size:14px;
/* 103 */ font-weight:700;
/* 104 */ font-family:Helvetica, Arial, sans-serif;
/* 105 */ padding:15px 10px 10px 15px
/* 106 */ }
/* 107 */ 
/* 108 */ .eStore_remove_item_button{
/* 109 */ min-width:20px;
/* 110 */ min-height:20px;
/* 111 */ }
/* 112 */ 
/* 113 */ .eStore_empty_cart_button{
/* 114 */ min-width:28px;
/* 115 */ min-height:20px;
/* 116 */ }
/* 117 */ 
/* 118 */ .eStore_ajax_loading{opacity:0.5;}
/* 119 */ 
/* 120 */ .eStore_save_cart_section{background: transparent url(../../../plugins/wp-cart-for-digital-products/images/eStore_save_cart_icon.png) no-repeat; padding:5px 5px 5px 30px; margin-right:10px; cursor: pointer;}
/* 121 */ .eStore_retrieve_cart_section{background: transparent url(../../../plugins/wp-cart-for-digital-products/images/eStore_retrieve_cart_icon.png) no-repeat; padding:5px 5px 5px 30px; cursor: pointer;}
/* 122 */ .eStore_save_retrieve_cart_message{padding: 7px 0;}
/* 123 */ 
/* 124 */ .eStore_paypal_checkout_button{
/* 125 */ margin-top:5px;
/* 126 */ padding:4px;
/* 127 */ border:1px solid #ccc;
/* 128 */ width:143px;
/* 129 */ height:41px;
/* 130 */ }
/* 131 */ .eStore-button-form input{
/* 132 */ width: auto !important;/*override the eStore button input width to auto to prevent them from looking weird on some themes */
/* 133 */ }
/* 134 */ .eStore_paypal_checkout_button,.eStore_button,.eStore_remove_item_button,.eStore_empty_cart_button,.eStore_buy_now_button,.eStore_subscribe_button,.download_now_button_submit,.eStore_sold_out {
/* 135 */ width: auto !important;/*override the eStore button width to auto to prevent them from looking weird on some themes */
/* 136 */ }
/* 137 */ .eStore_paypal_checkout_button:hover,.eStore_button:hover,.eStore_remove_item_button:hover,.eStore_empty_cart_button:hover,.eStore_buy_now_button:hover,.eStore_subscribe_button:hover {
/* 138 */ opacity:0.7;
/* 139 */ }
/* 140 */ .eStore_paypal_checkout_button:hover{
/* 141 */ border:1px solid #ddd;
/* 142 */ }
/* 143 */ 
/* 144 */ .eStore_oldprice{
/* 145 */ text-decoration:line-through;	
/* 146 */ }
/* 147 */ 
/* 148 */ /* === Thank you page display css === */
/* 149 */ .eStore_thank_you_your_order{}
/* 150 */ .eStore_thank_you_download_links{margin-bottom:10px;}

/* wp_eStore_style.css */

/* 151 */ .eStore_thank_you_additional_action_data{margin-bottom:10px;}
/* 152 */ .eStore_thank_you_total_cost{margin-bottom:10px;}
/* 153 */ .eStore_thank_you_txn_id{margin-bottom:10px;}
/* 154 */ .eStore_thank_you_email{margin-bottom:10px;}
/* 155 */ .eStore_thank_you_offer{margin-bottom:10px;}
/* 156 */ 
/* 157 */ /* === Fancy product display css === */
/* 158 */ .eStore-product {
/* 159 */ height:100%;
/* 160 */ overflow:hidden;
/* 161 */ margin-bottom:5px;
/* 162 */ border:1px solid #ccc;
/* 163 */ padding:5px;
/* 164 */ }
/* 165 */ 
/* 166 */ .thumb-image{
/* 167 */ width:125px;
/* 168 */ height:125px;
/* 169 */ }
/* 170 */ 
/* 171 */ .eStore-thumbnail {
/* 172 */ float:left;
/* 173 */ /*margin-right:12px;*/
/* 174 */ }
/* 175 */ 
/* 176 */ .eStore-thumbnail img,.eStore-thumbnail a img {
/* 177 */ background-color:#FFF;
/* 178 */ border:1px solid #A9A9A9;
/* 179 */ margin:4px 0 4px 5px;
/* 180 */ padding:4px;
/* 181 */ max-width:none !important;
/* 182 */ }
/* 183 */ 
/* 184 */ .eStore-thumbnail img:hover {
/* 185 */ background-color:#A9A9A9
/* 186 */ }
/* 187 */ 
/* 188 */ .eStore-product-description {
/* 189 */ text-align:left;
/* 190 */ margin-left:150px;           
/* 191 */ }
/* 192 */ 
/* 193 */ .eStore-product-name{
/* 194 */ font-size:14px;
/* 195 */ font-weight:bold;
/* 196 */ padding-bottom:5px;
/* 197 */ }
/* 198 */ 
/* 199 */ .eStore_price{
/* 200 */ 

/* wp_eStore_style.css */

/* 201 */ }
/* 202 */ /* Fancy Display 2 properties */
/* 203 */ .eStore-product-fancy2 {
/* 204 */ height:100%;
/* 205 */ overflow:hidden;
/* 206 */ color:#000;
/* 207 */ background:#fff url(../../../plugins/wp-cart-for-digital-products/images/product-display-bg.jpg) repeat-x;
/* 208 */ border:1px solid #ccc;
/* 209 */ padding:5px
/* 210 */ }
/* 211 */ .eStore-product-fancy2-thumb-image{
/* 212 */ width:125px;
/* 213 */ height:125px;
/* 214 */ }
/* 215 */ .eStore-product-fancy2-footer {
/* 216 */ display:block;
/* 217 */ overflow:hidden;
/* 218 */ background: #f1f1f1;
/* 219 */ color:#3A3A3A;
/* 220 */ border-left:1px solid #ccc;
/* 221 */ border-right:1px solid #ccc;
/* 222 */ border-bottom:1px solid #ccc;
/* 223 */ margin-bottom:5px;
/* 224 */ padding:10px;
/* 225 */ vertical-align: middle;
/* 226 */ }
/* 227 */ 
/* 228 */ .eStore-product-fancy2-footer .footer-left {
/* 229 */ vertical-align: middle;
/* 230 */ }
/* 231 */ .footer-left-content {
/* 232 */ float: left;
/* 233 */ vertical-align: middle;
/* 234 */ }
/* 235 */ .footer-left-content input{
/* 236 */ vertical-align: middle;
/* 237 */ margin: 0px !important;
/* 238 */ }
/* 239 */ .footer-left-content img{
/* 240 */ vertical-align: middle;
/* 241 */ }
/* 242 */ .eStore-product-fancy2-footer .footer-right {
/* 243 */ float:right;
/* 244 */ vertical-align: middle;
/* 245 */ font-size:16px;
/* 246 */ font-weight:bold;
/* 247 */ }
/* 248 */ .eStore-fancy2-product-name{
/* 249 */ color:#000;	
/* 250 */ font-size:16px;

/* wp_eStore_style.css */

/* 251 */ font-weight:bold;
/* 252 */ padding-bottom:5px;
/* 253 */ }
/* 254 */ .eStore_fancy2_price{
/* 255 */ margin-right:10px;
/* 256 */ }
/* 257 */ /* End of fancy product display css */
/* 258 */ 
/* 259 */ /*=== Fancy category css === */
/* 260 */ .eStore-category-fancy{
/* 261 */ height:100%;
/* 262 */ overflow:hidden;
/* 263 */ margin-bottom:5px;
/* 264 */ border:1px solid #ccc;
/* 265 */ padding:5px
/* 266 */ }
/* 267 */ .eStore-category-fancy-thumbnail{
/* 268 */ float:left;
/* 269 */ margin-right:12px
/* 270 */ }
/* 271 */ .eStore-category-fancy-thumbnail img,.eStore-category-fancy-thumbnail a img {
/* 272 */ background-color:#FFF;
/* 273 */ border:1px solid #A9A9A9;
/* 274 */ margin:4px 0 4px 5px;
/* 275 */ padding:4px
/* 276 */ }
/* 277 */ .eStore-category-fancy-thumbnail img:hover {
/* 278 */ background-color:#A9A9A9
/* 279 */ }
/* 280 */ .eStore-category-fancy-name{
/* 281 */ text-align:left;
/* 282 */ margin-left:150px;   
/* 283 */ }
/* 284 */ .eStore-category-fancy-description{
/* 285 */ text-align:left;
/* 286 */ margin-left:150px;
/* 287 */ margin-top:10px;
/* 288 */ }
/* 289 */ /* End of fancy category display css */
/* 290 */ 
/* 291 */ /* Pagination related css */
/* 292 */ .product_page a,.product_page a:link {
/* 293 */ text-decoration:none;
/* 294 */ border:1px solid #ccc;
/* 295 */ color:#777;
/* 296 */ background-color:#f5f5f5;
/* 297 */ margin:2px;
/* 298 */ padding:2px 4px
/* 299 */ }
/* 300 */ .product_page a:hover {

/* wp_eStore_style.css */

/* 301 */ border:1px solid #eee;
/* 302 */ color:#777;
/* 303 */ background-color:#fff
/* 304 */ }
/* 305 */ 
/* 306 */ .eStore_pagination{
/* 307 */ margin: 5px 0px;
/* 308 */ }
/* 309 */ .pagination_page{
/* 310 */ text-decoration:none;
/* 311 */ border:1px solid #ccc;
/* 312 */ color:#777;
/* 313 */ background-color:#f5f5f5;
/* 314 */ margin:2px;
/* 315 */ padding:2px 4px;
/* 316 */ }
/* 317 */ .pagination_page:hover{
/* 318 */ text-decoration:none;
/* 319 */ }
/* 320 */ .current_pagination_page{
/* 321 */ background-color:#cccccc;
/* 322 */ }
/* 323 */ .estore_pagination_page_no, .estore_pagination_go_button{
/* 324 */ width:auto !important;
/* 325 */ height:auto !important;
/* 326 */ margin: 0 5px;
/* 327 */ }
/* 328 */ /* End of pagination related css */
/* 329 */ 
/* 330 */ /*** Start of lightbox CSS ***/
/* 331 */ #jquery-overlay {
/* 332 */ position:absolute;
/* 333 */ top:0;
/* 334 */ left:0;
/* 335 */ z-index:9999;
/* 336 */ width:100%;
/* 337 */ height:500px
/* 338 */ }
/* 339 */ 
/* 340 */ #jquery-lightbox {
/* 341 */ position:absolute;
/* 342 */ top:0;
/* 343 */ left:0;
/* 344 */ width:100%;
/* 345 */ z-index:9999;
/* 346 */ text-align:center;
/* 347 */ line-height:0
/* 348 */ }
/* 349 */ 
/* 350 */ #jquery-lightbox a img {

/* wp_eStore_style.css */

/* 351 */ border:none
/* 352 */ }
/* 353 */ 
/* 354 */ #lightbox-container-image-box {
/* 355 */ position:relative;
/* 356 */ background-color:#fff;
/* 357 */ width:250px;
/* 358 */ height:250px;
/* 359 */ margin:0 auto
/* 360 */ }
/* 361 */ 
/* 362 */ #lightbox-container-image {
/* 363 */ padding:10px
/* 364 */ }
/* 365 */ 
/* 366 */ #lightbox-loading {
/* 367 */ position:absolute;
/* 368 */ top:40%;
/* 369 */ left:0;
/* 370 */ height:25%;
/* 371 */ width:100%;
/* 372 */ text-align:center;
/* 373 */ line-height:0
/* 374 */ }
/* 375 */ 
/* 376 */ #lightbox-nav {
/* 377 */ position:absolute;
/* 378 */ top:0;
/* 379 */ left:0;
/* 380 */ height:100%;
/* 381 */ width:100%;
/* 382 */ z-index:9999
/* 383 */ }
/* 384 */ 
/* 385 */ #lightbox-container-image-box > #lightbox-nav {
/* 386 */ left:0
/* 387 */ }
/* 388 */ 
/* 389 */ #lightbox-nav a {
/* 390 */ outline:none
/* 391 */ }
/* 392 */ 
/* 393 */ #lightbox-nav-btnPrev,#lightbox-nav-btnNext {
/* 394 */ width:49%;
/* 395 */ height:100%;
/* 396 */ zoom:1;
/* 397 */ display:block
/* 398 */ }
/* 399 */ 
/* 400 */ #lightbox-nav-btnPrev {

/* wp_eStore_style.css */

/* 401 */ left:0;
/* 402 */ float:left
/* 403 */ }
/* 404 */ 
/* 405 */ #lightbox-nav-btnNext {
/* 406 */ right:0;
/* 407 */ float:right
/* 408 */ }
/* 409 */ 
/* 410 */ #lightbox-container-image-data-box {
/* 411 */ font:10px Verdana, Helvetica, sans-serif;
/* 412 */ background-color:#fff;
/* 413 */ line-height:1.4em;
/* 414 */ overflow:auto;
/* 415 */ width:100%;
/* 416 */ margin:0 auto;
/* 417 */ padding:0 10px
/* 418 */ }
/* 419 */ 
/* 420 */ #lightbox-container-image-data {
/* 421 */ color:#666;
/* 422 */ padding:0 10px
/* 423 */ }
/* 424 */ 
/* 425 */ #lightbox-container-image-data #lightbox-image-details {
/* 426 */ width:70%;
/* 427 */ float:left;
/* 428 */ text-align:left
/* 429 */ }
/* 430 */ 
/* 431 */ #lightbox-image-details-caption {
/* 432 */ font-weight:700
/* 433 */ }
/* 434 */ 
/* 435 */ #lightbox-image-details-currentNumber {
/* 436 */ display:block;
/* 437 */ clear:left;
/* 438 */ padding-bottom:1em
/* 439 */ }
/* 440 */ 
/* 441 */ #lightbox-secNav-btnClose {
/* 442 */ width:66px;
/* 443 */ float:right;
/* 444 */ padding-bottom:.7em
/* 445 */ }
/* 446 */ /*** End of lightbox CSS ***/
/* 447 */ 
/* 448 */ /*** Overlay CSS ***/
/* 449 */ .eStore_apple_overlay {
/* 450 */ 	display:none;

/* wp_eStore_style.css */

/* 451 */ 	background-image:url(../../../plugins/wp-cart-for-digital-products/images/white.png);	
/* 452 */ 	width:450px;
/* 453 */ 	padding:20px;			
/* 454 */ 	font-size:13px;
/* 455 */ }
/* 456 */ .eStore_apple_overlay .close {
/* 457 */ 	background-image:url(../../../plugins/wp-cart-for-digital-products/images/close-2.png);
/* 458 */ 	position:absolute; 
/* 459 */ 	right:25px; top:25px;
/* 460 */ 	cursor:pointer;
/* 461 */ 	height:25px;
/* 462 */ 	width:25px;
/* 463 */ }
/* 464 */ /*** End of Overlay CSS ***/
/* 465 */ 
/* 466 */ /*** eStore cart fancy1 ***/
/* 467 */ .eStore_cart_fancy1 {
/* 468 */ border:	1px solid #CDCDCD;
/* 469 */ -moz-border-radius: 5px;
/* 470 */ -khtml-border-radius: 5px;
/* 471 */ -webkit-border-radius: 5px;
/* 472 */ border-radius: 5px;
/* 473 */ }
/* 474 */ .eStore_cart_fancy1 a img{
/* 475 */ border:none;
/* 476 */ }
/* 477 */ .eStore_cart_fancy1_continue_shopping{
/* 478 */ text-align:right;
/* 479 */ }
/* 480 */ .eStore_cart_fancy1_header{
/* 481 */ padding:5px 10px 5px 10px;
/* 482 */ font-size:14px;
/* 483 */ color:#fff;
/* 484 */ background: url(../../../plugins/wp-cart-for-digital-products/images/cart_fancy1_header_bg.gif) top repeat-x;
/* 485 */ -moz-border-radius: 5px 5px 0px 0px;
/* 486 */ -khtml-border-radius: 5px 5px 0px 0px;
/* 487 */ -webkit-border-radius: 5px 5px 0px 0px;
/* 488 */ border-radius: 5px 5px 0px 0px;
/* 489 */ }
/* 490 */ .eStore_cart_fancy1_footer{
/* 491 */ background:#F2F2F2;
/* 492 */ border-top:1px solid #CDCDCD;
/* 493 */ margin-top:5px;
/* 494 */ padding:5px 10px 10px 10px;
/* 495 */ -moz-border-radius: 0px 0px 5px 5px;
/* 496 */ -khtml-border-radius: 0px 0px 5px 5px;
/* 497 */ -webkit-border-radius: 0px 0px 5px 5px;
/* 498 */ border-radius: 0px 0px 5px 5px;
/* 499 */ }
/* 500 */ 

/* wp_eStore_style.css */

/* 501 */ /*** eStore cart fancy2 ***/
/* 502 */ .eStore_cart_fancy2 {
/* 503 */ border: 10px solid #C8C8C8;
/* 504 */ border-radius: 5px;
/* 505 */ margin: 10px 0;
/* 506 */ }
/* 507 */ .eStore_cart_fancy2_inside{
/* 508 */ padding:10px 15px;
/* 509 */ }
/* 510 */ .eStore_cart_fancy2_header{
/* 511 */ font-family: arial;	
/* 512 */ font-size: 24px;
/* 513 */ font-weight: normal;
/* 514 */ margin: 10px 0;
/* 515 */ }
/* 516 */ .eStore_cart_fancy2_inside table{
/* 517 */ border:0 !important;
/* 518 */ padding: 3px 0 !important;
/* 519 */ }
/* 520 */ .eStore_cart_fancy2_inside tr td{
/* 521 */ border:0 !important;
/* 522 */ padding: 3px 0 !important;
/* 523 */ margin:0px !important;
/* 524 */ line-height: 12px !important;
/* 525 */ }
/* 526 */ .eStore_cart_fancy2_inside tr th{
/* 527 */ border-left:0 !important;
/* 528 */ border-top: 0 !important;
/* 529 */ border-right:0 !important;
/* 530 */ border-bottom: 4px solid #676E74;
/* 531 */ font-size: 1em;
/* 532 */ padding: 3px 0 !important;
/* 533 */ text-transform: uppercase;
/* 534 */ margin:0px !important;
/* 535 */ line-height: 12px !important;
/* 536 */ }
/* 537 */ .eStore_cart_fancy_2_item_name{
/* 538 */ overflow:hidden;
/* 539 */ font-weight:bold;
/* 540 */ font-size:1.1em !important;
/* 541 */ padding:5px 0
/* 542 */ }
/* 543 */ .eStore_cart_fancy_2_remove{
/* 544 */ font-size: 10px !important;
/* 545 */ text-decoration: underline;
/* 546 */ background-color: transparent;
/* 547 */ border: medium none;
/* 548 */ cursor: pointer;
/* 549 */ padding: 0;
/* 550 */ }

/* wp_eStore_style.css */

/* 551 */ .eStore_cart_fancy_2_price{
/* 552 */ color:green;
/* 553 */ padding:0 5px;
/* 554 */ }
/* 555 */ a.eStore_cart_fancy_2_continue_shopping{
/* 556 */ color:#1780CF;
/* 557 */ line-height: 1.7;
/* 558 */ text-decoration:none;
/* 559 */ }
/* 560 */ .eStore_cart_fancy2 .eStore_apply_coupon,.eStore_cart_fancy2 .eStore_shipping_update_button{
/* 561 */ background: -moz-linear-gradient(center top , #F5F5F5 0%, #E1E1E1 100%) repeat scroll 0 0 transparent;
/* 562 */ border: 1px solid #919191;
/* 563 */ border-radius: 3px;
/* 564 */ box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
/* 565 */ color: #636363;
/* 566 */ cursor: pointer;
/* 567 */ font-weight: bold;
/* 568 */ line-height: normal;
/* 569 */ margin: 5px 0;
/* 570 */ padding: 3px 8px;
/* 571 */ position: relative;
/* 572 */ text-decoration: none;
/* 573 */ text-shadow: 0 1px 0 #FFFFFF;
/* 574 */ }
/* 575 */ .eStore_cart_fancy2_divider{
/* 576 */ border-top:1px solid #E6E6E6;
/* 577 */ margin: 5px 0;
/* 578 */ }
/* 579 */ 
/* 580 */ .eStore_order_summary{width: 100%; text-align: left;}
/* 581 */ .eStore_order_summary_header{padding: 5px; font-weight: bold; border-bottom: 1px solid #ccc;}
/* 582 */ .eStore_order_summary_row{padding: 5px; border-bottom: 1px solid #ccc;}
/* 583 */ .eos_right{float:right;}