/*=============================================================================
# Wg Dynamic Preview mod for Cs-cart by WebGraphiq
===============================================================================
# 2010/02/10 01:00PM  v.2.0.11.001
# http://www.webgraphiq.com, webgraphiq@gmail.com
# Cs-cart version 2.0.x compatible
# (C)opyright 2003-2010 WebGraphiq, all rights reserved.
# @license - Copyrighted Commercial Software
# Full license at: http://www.webgraphiq.com/license.html
=============================================================================*/

.DynPreviewWraper { border: 1px solid #a0acb8; background: #fff; z-index: 100; position: absolute; overflow: hidden; }
#DynPreviewContainer { width: 100%; text-align: center; position: absolute; top: 40%; }
.DynPreviewTitle { padding: 4px 7px 4px 7px; margin: 0; color: #1b1b1b; background: #fff; font-size: 11px; font-weight: normal; }
.DynPreviewTempLoad { padding: 6px; text-align: center; vertical-align: middle; }
.DynPreviewTempLoad img { text-align: center; vertical-align: middle; }
.DynPreviewLoaderBg { width: 113px; background: #f2f3f5; font-size: 1px; position: relative; top: 8px; left: 8px; height: 13px; }
.DynPreviewLoader { padding: 10px 0 16px 0; margin: 0 auto; width: 135px; border: 1px solid #d7dce1; display: block; color: #333; background: #fff; text-align: left; z-index: 255; }
#DynProgress { width: 1px; background: #dde0e5; font-size: 1px; height: 12px; position: relative; top: 1px; left: 10px; }
#DynPreviewPlace { display: none; position: absolute; z-index: 110; }